Html Css Color HEX #AF88CA East Side

📋 copy color: '#AF88CA'

red 175 ◦ green 136 ◦ blue 202

#AF88CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AF88CA

Tints of East Side #AF88CA

RGB

 RED value IS 175 (68.75% from 255) = 34.11%

 GREEN value IS 136 (53.52% from 255) = 26.51%

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 34.11%
G = 26.51%
B = 39.38%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF88CA (or 0xAF88CA) is known color: East Side. HEX triplet: AF, 88 and CA. RGB value is (175,136,202). Sum of RGB (Red+Green+Blue) = 175+136+202=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF88CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88CA is #507735. Grayscale: #9A9A9A. Windows color (decimal): -5273398 or 13273263. OLE color: 13273263.

HSL color Cylindrical-coordinate representation of color #AF88CA: hue angle of 275.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF88CA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 136 202 -
CMYK 0.13 0.33 0 0.21
HSL 275.45º 0.38% 0.66% -
HSV(B) 275.45º 0.33% 0.79% -
XYZ 37.14 30.99 59.9 -
YUV 155.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 175 136 202 0.13 0.33 0 0.21 275.45 0.38 0.66
Hex AF 88 CA D 21 0 15 113 26 42
Octal 257 210 312 15 41 0 25 423 46 102
Binary 10101111 10001000 11001010 1101 100001 0 10101 100010011 100110 1000010

Color Harmonies of #AF88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88CA

Black with #AF88CA

Text Example


Text Example

White with #AF88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88CA; }

 p { color: rgb(175,136,202); }

 H1.HeaderClassName
 {
   color: #AF88CA;
 }
 .AnyTagClassName
 {
   color: #AF88CA;
 }
</style>

background-color css

<style>
 a { background-color: #AF88CA; }

 a { background-color: rgb(175,136,202); }

 div.DivClassName
 {
   background-color: #AF88CA;
 }
 .BgClassName
 {
   background-color: #AF88CA;
 }
</style>

border-color css

<style>
 span { border-color: #AF88CA; }

 span { border-color: rgb(175,136,202); }

 td.TdClassName
 {
   border-color: #AF88CA;
 }
 .TagClassName
 {
   border-color: #AF88CA;
 }
</style>