Html Css Color HEX #AFAFD8 Lavender Grey

📋 copy color: '#AFAFD8'

red 175 ◦ green 175 ◦ blue 216

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

Shades of Lavender Grey #AFAFD8

Tints of Lavender Grey #AFAFD8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.92%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 30.92%
G = 30.92%
B = 38.16%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFAFD8 (or 0xAFAFD8) is known color: Lavender Grey. HEX triplet: AF, AF and D8. RGB value is (175,175,216). Sum of RGB (Red+Green+Blue) = 175+175+216=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFAFD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD8 is #505027. Grayscale: #B3B3B3. Windows color (decimal): -5263400 or 14200751. OLE color: 14200751.

HSL color Cylindrical-coordinate representation of color #AFAFD8: hue angle of 240º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFAFD8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 175 216 -
CMYK 0.19 0.19 0 0.15
HSL 240º 0.34% 0.77% -
HSV(B) 240º 0.19% 0.85% -
XYZ 45.4 44.73 71.21 -
YUV 179.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 175 175 216 0.19 0.19 0 0.15 240 0.34 0.77
Hex AF AF D8 13 13 0 F F0 22 4D
Octal 257 257 330 23 23 0 17 360 42 115
Binary 10101111 10101111 11011000 10011 10011 0 1111 11110000 100010 1001101

Color Harmonies of #AFAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFD8

Black with #AFAFD8

Text Example


Text Example

White with #AFAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFD8; }

 p { color: rgb(175,175,216); }

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

background-color css

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

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

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

border-color css

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

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

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