Html Css Color HEX #AFAFD4 Lavender Grey

📋 copy color: '#AFAFD4'

red 175 ◦ green 175 ◦ blue 212

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

Shades of Lavender Grey #AFAFD4

Tints of Lavender Grey #AFAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 31.14%
G = 31.14%
B = 37.72%

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

#AFAFD4 (or 0xAFAFD4) is known color: Lavender Grey. HEX triplet: AF, AF and D4. RGB value is (175,175,212). Sum of RGB (Red+Green+Blue) = 175+175+212=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFAFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD4 is #50502B. Grayscale: #B3B3B3. Windows color (decimal): -5263404 or 13938607. OLE color: 13938607.

HSL color Cylindrical-coordinate representation of color #AFAFD4: hue angle of 240º degrees, saturation: 0.3, 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 #AFAFD4 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 175 212 -
CMYK 0.17 0.17 0 0.17
HSL 240º 0.3% 0.76% -
HSV(B) 240º 0.17% 0.83% -
XYZ 44.89 44.53 68.52 -
YUV 179.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 175 175 212 0.17 0.17 0 0.17 240 0.3 0.76
Hex AF AF D4 11 11 0 11 F0 1E 4C
Octal 257 257 324 21 21 0 21 360 36 114
Binary 10101111 10101111 11010100 10001 10001 0 10001 11110000 11110 1001100

Color Harmonies of #AFAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFD4

Black with #AFAFD4

Text Example


Text Example

White with #AFAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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