#AFA2DD

Color #AFA2DD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AFA2DD

Tints of Biloba Flower #AFA2DD

Color information

#AFA2DD (or 0xAFA2DD) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and DD. RGB value is (175,162,221). Sum of RGB (Red+Green+Blue) = 175+162+221=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2DD is #505D22. Grayscale: #ACACAC. Windows color (decimal): -5266723 or 14525103. OLE color: 14525103.

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

Color convert

RGB175162221-
CMYK0.210.2700.13
HSL253.22º46.46%75.1%-
HSV(B)253.22º26.7%86.67%-
XYZ43.6540.1873.86-
YUV172.61155.31129.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=31.36%
G=29.03%
B=39.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751622210.210.2700.13253.2246.4675.1
HexAFA2DD151B0Dfd2e4b
Octal257242335253301537556113
Binary101011111010001011011101101011101101101111111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2DD; }

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

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

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

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

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

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

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

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