#AFA0DD

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

Shades of Biloba Flower #AFA0DD

Tints of Biloba Flower #AFA0DD

Color information

#AFA0DD (or 0xAFA0DD) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and DD. RGB value is (175,160,221). Sum of RGB (Red+Green+Blue) = 175+160+221=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0DD is #505F22. Grayscale: #ABABAB. Windows color (decimal): -5267235 or 14524591. OLE color: 14524591.

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

Color convert

RGB175160221-
CMYK0.210.2800.13
HSL254.75º47.29%74.71%-
HSV(B)254.75º27.6%86.67%-
XYZ43.339.4873.74-
YUV171.44155.97130.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=31.47%
G=28.78%
B=39.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751602210.210.2800.13254.7547.2974.71
HexAFA0DD151C0Dff2f4b
Octal257240335253401537757113
Binary101011111010000011011101101011110001101111111111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0DD; }

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

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

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

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

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

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

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

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