Html Css Color HEX #AFA8E8 Lavender Grey

📋 copy color: '#AFA8E8'

red 175 ◦ green 168 ◦ blue 232

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

Shades of Lavender Grey #AFA8E8

Tints of Lavender Grey #AFA8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.35%

R = 30.43%
G = 29.22%
B = 40.35%

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

#AFA8E8 (or 0xAFA8E8) is known color: Lavender Grey. HEX triplet: AF, A8 and E8. RGB value is (175,168,232). Sum of RGB (Red+Green+Blue) = 175+168+232=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFA8E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8E8 is #505717. Grayscale: #B1B1B1. Windows color (decimal): -5265176 or 15247535. OLE color: 15247535.

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

Color convert

RGB 175 168 232 -
CMYK 0.25 0.28 0 0.09
HSL 246.56º 0.58% 0.78% -
HSV(B) 246.56º 0.28% 0.91% -
XYZ 46.25 42.95 82.2 -
YUV 177.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 175 168 232 0.25 0.28 0 0.09 246.56 0.58 0.78
Hex AF A8 E8 19 1C 0 9 F7 3A 4E
Octal 257 250 350 31 34 0 11 367 72 116
Binary 10101111 10101000 11101000 11001 11100 0 1001 11110111 111010 1001110

Color Harmonies of #AFA8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8E8

Black with #AFA8E8

Text Example


Text Example

White with #AFA8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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