#AFA7EA

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

Shades of Lavender Grey #AFA7EA

Tints of Lavender Grey #AFA7EA

Color information

#AFA7EA (or 0xAFA7EA) is unknown color: approx Lavender Grey. HEX triplet: AF, A7 and EA. RGB value is (175,167,234). Sum of RGB (Red+Green+Blue) = 175+167+234=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFA7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7EA is #505815. Grayscale: #B0B0B0. Windows color (decimal): -5265430 or 15378351. OLE color: 15378351.

HSL color Cylindrical-coordinate representation of color #AFA7EA: hue angle of 247.16º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA7EA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175167234-
CMYK0.250.2900.08
HSL247.16º61.47%78.63%-
HSV(B)247.16º28.63%91.76%-
XYZ46.3542.6983.64-
YUV177.03160.15126.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=30.38%
G=28.99%
B=40.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751672340.250.2900.08247.1661.4778.63
HexAFA7EA191D08f73d4f
Octal257247352313501036775117
Binary101011111010011111101010110011110101000111101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7EA; }

 p { color: rgb(175,167,234); }

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

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

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

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

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

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

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