Html Css Color HEX #AFA8E5 Lavender Grey

📋 copy color: '#AFA8E5'

red 175 ◦ green 168 ◦ blue 229

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

Shades of Lavender Grey #AFA8E5

Tints of Lavender Grey #AFA8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 30.59%
G = 29.37%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFA8E5 (or 0xAFA8E5) is known color: Lavender Grey. HEX triplet: AF, A8 and E5. RGB value is (175,168,229). Sum of RGB (Red+Green+Blue) = 175+168+229=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFA8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8E5 is #50571A. Grayscale: #B0B0B0. Windows color (decimal): -5265179 or 15050927. OLE color: 15050927.

HSL color Cylindrical-coordinate representation of color #AFA8E5: hue angle of 246.89º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA8E5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 168 229 -
CMYK 0.24 0.27 0 0.10
HSL 246.89º 0.54% 0.78% -
HSV(B) 246.89º 0.27% 0.9% -
XYZ 45.82 42.78 79.97 -
YUV 177.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 175 168 229 0.24 0.27 0 0.10 246.89 0.54 0.78
Hex AF A8 E5 18 1B 0 A F7 36 4E
Octal 257 250 345 30 33 0 12 367 66 116
Binary 10101111 10101000 11100101 11000 11011 0 1010 11110111 110110 1001110

Color Harmonies of #AFA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8E5

Black with #AFA8E5

Text Example


Text Example

White with #AFA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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