#A985DD

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

Shades of Biloba Flower #A985DD

Tints of Biloba Flower #A985DD

Color information

#A985DD (or 0xA985DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and DD. RGB value is (169,133,221). Sum of RGB (Red+Green+Blue) = 169+133+221=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A985DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DD is #567A22. Grayscale: #999999. Windows color (decimal): -5667363 or 14517673. OLE color: 14517673.

HSL color Cylindrical-coordinate representation of color #A985DD: hue angle of 264.55º 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 #A985DD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169133221-
CMYK0.240.4000.13
HSL264.55º56.41%69.41%-
HSV(B)264.55º39.82%86.67%-
XYZ37.830.4372.29-
YUV153.8165.93138.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=32.31%
G=25.43%
B=42.26%

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
Decimal1691332210.240.4000.13264.5556.4169.41
HexA985DD18280D1093845
Octal251205335305001541170105
Binary10101001100001011101110111000101000011011000010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985DD; }

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

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

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

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

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

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

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

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