#AA83DC

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

Shades of Biloba Flower #AA83DC

Tints of Biloba Flower #AA83DC

Color information

#AA83DC (or 0xAA83DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 83 and DC. RGB value is (170,131,220). Sum of RGB (Red+Green+Blue) = 170+131+220=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DC is #557C23. Grayscale: #989898. Windows color (decimal): -5602340 or 14451626. OLE color: 14451626.

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

Color convert

RGB170131220-
CMYK0.230.4000.14
HSL266.29º55.97%68.82%-
HSV(B)266.29º40.45%86.27%-
XYZ37.6129.9571.51-
YUV152.81165.92140.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=32.63%
G=25.14%
B=42.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701312200.230.4000.14266.2955.9768.82
HexAA83DC17280E10a3845
Octal252203334275001641270105
Binary10101010100000111101110010111101000011101000010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83DC; }

 p { color: rgb(170,131,220); }

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

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

 a { background-color: rgb(170,131,220); }

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

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

 span { border-color: rgb(170,131,220); }

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