Html Css Color HEX #AFAFD2 Lavender Grey

📋 copy color: '#AFAFD2'

red 175 ◦ green 175 ◦ blue 210

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

Shades of Lavender Grey #AFAFD2

Tints of Lavender Grey #AFAFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.5%

R = 31.25%
G = 31.25%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFAFD2 (or 0xAFAFD2) is known color: Lavender Grey. HEX triplet: AF, AF and D2. RGB value is (175,175,210). Sum of RGB (Red+Green+Blue) = 175+175+210=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD2 is #50502D. Grayscale: #B2B2B2. Windows color (decimal): -5263406 or 13807535. OLE color: 13807535.

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

Color convert

RGB 175 175 210 -
CMYK 0.17 0.17 0 0.18
HSL 240º 0.28% 0.75% -
HSV(B) 240º 0.17% 0.82% -
XYZ 44.64 44.43 67.2 -
YUV 178.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 175 175 210 0.17 0.17 0 0.18 240 0.28 0.75
Hex AF AF D2 11 11 0 12 F0 1C 4B
Octal 257 257 322 21 21 0 22 360 34 113
Binary 10101111 10101111 11010010 10001 10001 0 10010 11110000 11100 1001011

Color Harmonies of #AFAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFD2

Black with #AFAFD2

Text Example


Text Example

White with #AFAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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