Html Css Color HEX #AA85DF Biloba Flower

📋 copy color: '#AA85DF'

red 170 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #AA85DF

Tints of Biloba Flower #AA85DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 32.32%
G = 25.29%
B = 42.4%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA85DF (or 0xAA85DF) is known color: Biloba Flower. HEX triplet: AA, 85 and DF. RGB value is (170,133,223). Sum of RGB (Red+Green+Blue) = 170+133+223=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DF is #557A20. Grayscale: #9A9A9A. Windows color (decimal): -5601825 or 14648746. OLE color: 14648746.

HSL color Cylindrical-coordinate representation of color #AA85DF: hue angle of 264.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA85DF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 133 223 -
CMYK 0.24 0.40 0 0.13
HSL 264.67º 0.58% 0.7% -
HSV(B) 264.67º 0.4% 0.87% -
XYZ 38.28 30.65 73.71 -
YUV 154.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 170 133 223 0.24 0.40 0 0.13 264.67 0.58 0.7
Hex AA 85 DF 18 28 0 D 109 3A 46
Octal 252 205 337 30 50 0 15 411 72 106
Binary 10101010 10000101 11011111 11000 101000 0 1101 100001001 111010 1000110

Color Harmonies of #AA85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA85DF

Black with #AA85DF

Text Example


Text Example

White with #AA85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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