Html Css Color HEX #AF88C2 East Side

📋 copy color: '#AF88C2'

red 175 ◦ green 136 ◦ blue 194

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

Shades of East Side #AF88C2

Tints of East Side #AF88C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 34.65%
G = 26.93%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF88C2 (or 0xAF88C2) is known color: East Side. HEX triplet: AF, 88 and C2. RGB value is (175,136,194). Sum of RGB (Red+Green+Blue) = 175+136+194=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF88C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88C2 is #50773D. Grayscale: #9A9A9A. Windows color (decimal): -5273406 or 12748975. OLE color: 12748975.

HSL color Cylindrical-coordinate representation of color #AF88C2: hue angle of 280.34º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF88C2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 136 194 -
CMYK 0.10 0.30 0 0.24
HSL 280.34º 0.32% 0.65% -
HSV(B) 280.34º 0.3% 0.76% -
XYZ 36.22 30.62 55.04 -
YUV 154.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 175 136 194 0.10 0.30 0 0.24 280.34 0.32 0.65
Hex AF 88 C2 A 1E 0 18 118 20 41
Octal 257 210 302 12 36 0 30 430 40 101
Binary 10101111 10001000 11000010 1010 11110 0 11000 100011000 100000 1000001

Color Harmonies of #AF88C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88C2

Black with #AF88C2

Text Example


Text Example

White with #AF88C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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