#AFAFDD

Color #AFAFDD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AFAFDD

Tints of Lavender Grey #AFAFDD

Color information

#AFAFDD (or 0xAFAFDD) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and DD. RGB value is (175,175,221). Sum of RGB (Red+Green+Blue) = 175+175+221=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDD is #505022. Grayscale: #B4B4B4. Windows color (decimal): -5263395 or 14528431. OLE color: 14528431.

HSL color Cylindrical-coordinate representation of color #AFAFDD: hue angle of 240º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFAFDD is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175175221-
CMYK0.210.2100.13
HSL240º40.35%77.65%-
HSV(B)240º20.81%86.67%-
XYZ46.0644.9974.66-
YUV180.24151124.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=30.65%
G=30.65%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751752210.210.2100.1324040.3577.65
HexAFAFDD15150Df0284e
Octal257257335252501536050116
Binary101011111010111111011101101011010101101111100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFDD; }

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

 H1.HeaderClassName
 {
   color: #AFAFDD;
 }
 .AnyTagClassName
 {
   color: #AFAFDD;
 }
</style>
background-color css

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

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

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

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

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

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