Html Css Color HEX #AFAFCF Lavender Grey

📋 copy color: '#AFAFCF'

red 175 ◦ green 175 ◦ blue 207

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

Shades of Lavender Grey #AFAFCF

Tints of Lavender Grey #AFAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 31.42%
G = 31.42%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFAFCF (or 0xAFAFCF) is known color: Lavender Grey. HEX triplet: AF, AF and CF. RGB value is (175,175,207). Sum of RGB (Red+Green+Blue) = 175+175+207=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFCF is #505030. Grayscale: #B2B2B2. Windows color (decimal): -5263409 or 13610927. OLE color: 13610927.

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

Color convert

RGB 175 175 207 -
CMYK 0.15 0.15 0 0.19
HSL 240º 0.25% 0.75% -
HSV(B) 240º 0.15% 0.81% -
XYZ 44.27 44.28 65.24 -
YUV 178.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 175 175 207 0.15 0.15 0 0.19 240 0.25 0.75
Hex AF AF CF F F 0 13 F0 19 4B
Octal 257 257 317 17 17 0 23 360 31 113
Binary 10101111 10101111 11001111 1111 1111 0 10011 11110000 11001 1001011

Color Harmonies of #AFAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFCF

Black with #AFAFCF

Text Example


Text Example

White with #AFAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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