Html Css Color HEX #AA85D1 Biloba Flower

📋 copy color: '#AA85D1'

red 170 ◦ green 133 ◦ blue 209

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

Shades of Biloba Flower #AA85D1

Tints of Biloba Flower #AA85D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 33.2%
G = 25.98%
B = 40.82%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA85D1 (or 0xAA85D1) is known color: Biloba Flower. HEX triplet: AA, 85 and D1. RGB value is (170,133,209). Sum of RGB (Red+Green+Blue) = 170+133+209=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA85D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85D1 is #557A2E. Grayscale: #989898. Windows color (decimal): -5601839 or 13731242. OLE color: 13731242.

HSL color Cylindrical-coordinate representation of color #AA85D1: hue angle of 269.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA85D1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 133 209 -
CMYK 0.19 0.36 0 0.18
HSL 269.21º 0.45% 0.67% -
HSV(B) 269.21º 0.36% 0.82% -
XYZ 36.47 29.92 64.18 -
YUV 152.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 170 133 209 0.19 0.36 0 0.18 269.21 0.45 0.67
Hex AA 85 D1 13 24 0 12 10D 2D 43
Octal 252 205 321 23 44 0 22 415 55 103
Binary 10101010 10000101 11010001 10011 100100 0 10010 100001101 101101 1000011

Color Harmonies of #AA85D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85D1

Black with #AA85D1

Text Example


Text Example

White with #AA85D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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