#AA85D5

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

Shades of Biloba Flower #AA85D5

Tints of Biloba Flower #AA85D5

Color information

#AA85D5 (or 0xAA85D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and D5. RGB value is (170,133,213). Sum of RGB (Red+Green+Blue) = 170+133+213=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA85D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85D5 is #557A2A. Grayscale: #989898. Windows color (decimal): -5601835 or 13993386. OLE color: 13993386.

HSL color Cylindrical-coordinate representation of color #AA85D5: hue angle of 267.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA85D5 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170133213-
CMYK0.200.3800.16
HSL267.75º48.78%67.84%-
HSV(B)267.75º37.56%83.53%-
XYZ36.9830.1366.82-
YUV153.18161.76140-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=32.95%
G=25.78%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701332130.200.3800.16267.7548.7867.84
HexAA85D5142601010c3144
Octal252205325244602041461104
Binary101010101000010111010101101001001100100001000011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85D5; }

 p { color: rgb(170,133,213); }

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

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

 a { background-color: rgb(170,133,213); }

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

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

 span { border-color: rgb(170,133,213); }

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