Html Css Color HEX #AA85DB Biloba Flower

📋 copy color: '#AA85DB'

red 170 ◦ green 133 ◦ blue 219

#AA85DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA85DB

Tints of Biloba Flower #AA85DB

RGB

 RED value IS 170 (66.8% from 255) = 32.57%

 GREEN value IS 133 (52.34% from 255) = 25.48%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 32.57%
G = 25.48%
B = 41.95%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA85DB (or 0xAA85DB) is known color: Biloba Flower. HEX triplet: AA, 85 and DB. RGB value is (170,133,219). Sum of RGB (Red+Green+Blue) = 170+133+219=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DB is #557A24. Grayscale: #999999. Windows color (decimal): -5601829 or 14386602. OLE color: 14386602.

HSL color Cylindrical-coordinate representation of color #AA85DB: hue angle of 265.81º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA85DB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 133 219 -
CMYK 0.22 0.39 0 0.14
HSL 265.81º 0.54% 0.69% -
HSV(B) 265.81º 0.39% 0.86% -
XYZ 37.75 30.44 70.9 -
YUV 153.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 170 133 219 0.22 0.39 0 0.14 265.81 0.54 0.69
Hex AA 85 DB 16 27 0 E 10A 36 45
Octal 252 205 333 26 47 0 16 412 66 105
Binary 10101010 10000101 11011011 10110 100111 0 1110 100001010 110110 1000101

Color Harmonies of #AA85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85DB

Black with #AA85DB

Text Example


Text Example

White with #AA85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85DB; }

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

 H1.HeaderClassName
 {
   color: #AA85DB;
 }
 .AnyTagClassName
 {
   color: #AA85DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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