Html Css Color HEX #AF9AB8 East Side

📋 copy color: '#AF9AB8'

red 175 ◦ green 154 ◦ blue 184

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

Shades of East Side #AF9AB8

Tints of East Side #AF9AB8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 184 (72.27% from 255) = 35.87%

R = 34.11%
G = 30.02%
B = 35.87%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF9AB8 (or 0xAF9AB8) is known color: East Side. HEX triplet: AF, 9A and B8. RGB value is (175,154,184). Sum of RGB (Red+Green+Blue) = 175+154+184=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF9AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB8 is #506547. Grayscale: #A3A3A3. Windows color (decimal): -5268808 or 12098223. OLE color: 12098223.

HSL color Cylindrical-coordinate representation of color #AF9AB8: hue angle of 282º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9AB8 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 154 184 -
CMYK 0.05 0.16 0 0.28
HSL 282º 0.17% 0.66% -
HSV(B) 282º 0.16% 0.72% -
XYZ 37.89 35.69 50.24 -
YUV 163.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 175 154 184 0.05 0.16 0 0.28 282 0.17 0.66
Hex AF 9A B8 5 10 0 1C 11A 11 42
Octal 257 232 270 5 20 0 34 432 21 102
Binary 10101111 10011010 10111000 101 10000 0 11100 100011010 10001 1000010

Color Harmonies of #AF9AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AB8

Black with #AF9AB8

Text Example


Text Example

White with #AF9AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AB8; }

 p { color: rgb(175,154,184); }

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

background-color css

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

 a { background-color: rgb(175,154,184); }

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

border-color css

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

 span { border-color: rgb(175,154,184); }

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