Html Css Color HEX #AF88BA East Side

📋 copy color: '#AF88BA'

red 175 ◦ green 136 ◦ blue 186

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

Shades of East Side #AF88BA

Tints of East Side #AF88BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 35.21%
G = 27.36%
B = 37.42%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF88BA (or 0xAF88BA) is known color: East Side. HEX triplet: AF, 88 and BA. RGB value is (175,136,186). Sum of RGB (Red+Green+Blue) = 175+136+186=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BA is #507745. Grayscale: #999999. Windows color (decimal): -5273414 or 12224687. OLE color: 12224687.

HSL color Cylindrical-coordinate representation of color #AF88BA: hue angle of 286.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF88BA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 136 186 -
CMYK 0.06 0.27 0 0.27
HSL 286.8º 0.27% 0.63% -
HSV(B) 286.8º 0.27% 0.73% -
XYZ 35.35 30.27 50.43 -
YUV 153.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 175 136 186 0.06 0.27 0 0.27 286.8 0.27 0.63
Hex AF 88 BA 6 1B 0 1B 11F 1B 3F
Octal 257 210 272 6 33 0 33 437 33 77
Binary 10101111 10001000 10111010 110 11011 0 11011 100011111 11011 111111

Color Harmonies of #AF88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88BA

Black with #AF88BA

Text Example


Text Example

White with #AF88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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