Html Css Color HEX #AA85D0 Biloba Flower

📋 copy color: '#AA85D0'

red 170 ◦ green 133 ◦ blue 208

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

Shades of Biloba Flower #AA85D0

Tints of Biloba Flower #AA85D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 33.27%
G = 26.03%
B = 40.7%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA85D0 (or 0xAA85D0) is known color: Biloba Flower. HEX triplet: AA, 85 and D0. RGB value is (170,133,208). Sum of RGB (Red+Green+Blue) = 170+133+208=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85D0 is #557A2F. Grayscale: #989898. Windows color (decimal): -5601840 or 13665706. OLE color: 13665706.

HSL color Cylindrical-coordinate representation of color #AA85D0: hue angle of 269.6º degrees, saturation: 0.44, 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 #AA85D0 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 133 208 -
CMYK 0.18 0.36 0 0.18
HSL 269.6º 0.44% 0.67% -
HSV(B) 269.6º 0.36% 0.82% -
XYZ 36.35 29.88 63.53 -
YUV 152.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 170 133 208 0.18 0.36 0 0.18 269.6 0.44 0.67
Hex AA 85 D0 12 24 0 12 10E 2C 43
Octal 252 205 320 22 44 0 22 416 54 103
Binary 10101010 10000101 11010000 10010 100100 0 10010 100001110 101100 1000011

Color Harmonies of #AA85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85D0

Black with #AA85D0

Text Example


Text Example

White with #AA85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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