Html Css Color HEX #AFA8E9 Lavender Grey

📋 copy color: '#AFA8E9'

red 175 ◦ green 168 ◦ blue 233

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

Shades of Lavender Grey #AFA8E9

Tints of Lavender Grey #AFA8E9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 30.38%
G = 29.17%
B = 40.45%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFA8E9 (or 0xAFA8E9) is known color: Lavender Grey. HEX triplet: AF, A8 and E9. RGB value is (175,168,233). Sum of RGB (Red+Green+Blue) = 175+168+233=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFA8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8E9 is #505716. Grayscale: #B1B1B1. Windows color (decimal): -5265175 or 15313071. OLE color: 15313071.

HSL color Cylindrical-coordinate representation of color #AFA8E9: hue angle of 246.46º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFA8E9 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 168 233 -
CMYK 0.25 0.28 0 0.09
HSL 246.46º 0.6% 0.79% -
HSV(B) 246.46º 0.28% 0.91% -
XYZ 46.39 43 82.95 -
YUV 177.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 175 168 233 0.25 0.28 0 0.09 246.46 0.6 0.79
Hex AF A8 E9 19 1C 0 9 F6 3C 4F
Octal 257 250 351 31 34 0 11 366 74 117
Binary 10101111 10101000 11101001 11001 11100 0 1001 11110110 111100 1001111

Color Harmonies of #AFA8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8E9

Black with #AFA8E9

Text Example


Text Example

White with #AFA8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8E9; }

 p { color: rgb(175,168,233); }

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

background-color css

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

 a { background-color: rgb(175,168,233); }

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

border-color css

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

 span { border-color: rgb(175,168,233); }

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