Html Css Color HEX #AFAFD1 Lavender Grey

📋 copy color: '#AFAFD1'

red 175 ◦ green 175 ◦ blue 209

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

Shades of Lavender Grey #AFAFD1

Tints of Lavender Grey #AFAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 31.31%
G = 31.31%
B = 37.39%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFAFD1 (or 0xAFAFD1) is known color: Lavender Grey. HEX triplet: AF, AF and D1. RGB value is (175,175,209). Sum of RGB (Red+Green+Blue) = 175+175+209=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFAFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD1 is #50502E. Grayscale: #B2B2B2. Windows color (decimal): -5263407 or 13741999. OLE color: 13741999.

HSL color Cylindrical-coordinate representation of color #AFAFD1: hue angle of 240º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFAFD1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 175 209 -
CMYK 0.16 0.16 0 0.18
HSL 240º 0.27% 0.75% -
HSV(B) 240º 0.16% 0.82% -
XYZ 44.52 44.38 66.54 -
YUV 178.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 175 175 209 0.16 0.16 0 0.18 240 0.27 0.75
Hex AF AF D1 10 10 0 12 F0 1B 4B
Octal 257 257 321 20 20 0 22 360 33 113
Binary 10101111 10101111 11010001 10000 10000 0 10010 11110000 11011 1001011

Color Harmonies of #AFAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFD1

Black with #AFAFD1

Text Example


Text Example

White with #AFAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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