Html Css Color HEX #AFAFD3 Lavender Grey

📋 copy color: '#AFAFD3'

red 175 ◦ green 175 ◦ blue 211

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

Shades of Lavender Grey #AFAFD3

Tints of Lavender Grey #AFAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 31.19%
G = 31.19%
B = 37.61%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFAFD3 (or 0xAFAFD3) is known color: Lavender Grey. HEX triplet: AF, AF and D3. RGB value is (175,175,211). Sum of RGB (Red+Green+Blue) = 175+175+211=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD3 is #50502C. Grayscale: #B2B2B2. Windows color (decimal): -5263405 or 13873071. OLE color: 13873071.

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

Color convert

RGB 175 175 211 -
CMYK 0.17 0.17 0 0.17
HSL 240º 0.29% 0.76% -
HSV(B) 240º 0.17% 0.83% -
XYZ 44.77 44.48 67.85 -
YUV 179.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 175 175 211 0.17 0.17 0 0.17 240 0.29 0.76
Hex AF AF D3 11 11 0 11 F0 1D 4C
Octal 257 257 323 21 21 0 21 360 35 114
Binary 10101111 10101111 11010011 10001 10001 0 10001 11110000 11101 1001100

Color Harmonies of #AFAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFD3

Black with #AFAFD3

Text Example


Text Example

White with #AFAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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