Html Css Color HEX #AFAFCD Lavender Grey

📋 copy color: '#AFAFCD'

red 175 ◦ green 175 ◦ blue 205

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

Shades of Lavender Grey #AFAFCD

Tints of Lavender Grey #AFAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 31.53%
G = 31.53%
B = 36.94%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFAFCD (or 0xAFAFCD) is known color: Lavender Grey. HEX triplet: AF, AF and CD. RGB value is (175,175,205). Sum of RGB (Red+Green+Blue) = 175+175+205=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFCD is #505032. Grayscale: #B2B2B2. Windows color (decimal): -5263411 or 13479855. OLE color: 13479855.

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

Color convert

RGB 175 175 205 -
CMYK 0.15 0.15 0 0.20
HSL 240º 0.23% 0.75% -
HSV(B) 240º 0.15% 0.8% -
XYZ 44.03 44.18 63.96 -
YUV 178.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 175 175 205 0.15 0.15 0 0.20 240 0.23 0.75
Hex AF AF CD F F 0 14 F0 17 4B
Octal 257 257 315 17 17 0 24 360 27 113
Binary 10101111 10101111 11001101 1111 1111 0 10100 11110000 10111 1001011

Color Harmonies of #AFAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFCD

Black with #AFAFCD

Text Example


Text Example

White with #AFAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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