#A885DD

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

Shades of Biloba Flower #A885DD

Tints of Biloba Flower #A885DD

Color information

#A885DD (or 0xA885DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and DD. RGB value is (168,133,221). Sum of RGB (Red+Green+Blue) = 168+133+221=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A885DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DD is #577A22. Grayscale: #999999. Windows color (decimal): -5732899 or 14517672. OLE color: 14517672.

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

Color convert

RGB168133221-
CMYK0.240.4000.13
HSL263.86º56.41%69.41%-
HSV(B)263.86º39.82%86.67%-
XYZ37.5930.3272.28-
YUV153.5166.1138.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=32.18%
G=25.48%
B=42.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681332210.240.4000.13263.8656.4169.41
HexA885DD18280D1083845
Octal250205335305001541070105
Binary10101000100001011101110111000101000011011000010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885DD; }

 p { color: rgb(168,133,221); }

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

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

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

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

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

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

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