Html Css Color HEX #AA81E0 Biloba Flower

📋 copy color: '#AA81E0'

red 170 ◦ green 129 ◦ blue 224

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

Shades of Biloba Flower #AA81E0

Tints of Biloba Flower #AA81E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.67%

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 32.5%
G = 24.67%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA81E0 (or 0xAA81E0) is known color: Biloba Flower. HEX triplet: AA, 81 and E0. RGB value is (170,129,224). Sum of RGB (Red+Green+Blue) = 170+129+224=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81E0 is #557E1F. Grayscale: #979797. Windows color (decimal): -5602848 or 14713258. OLE color: 14713258.

HSL color Cylindrical-coordinate representation of color #AA81E0: hue angle of 265.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA81E0 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 129 224 -
CMYK 0.24 0.42 0 0.12
HSL 265.89º 0.61% 0.69% -
HSV(B) 265.89º 0.42% 0.88% -
XYZ 37.88 29.63 74.24 -
YUV 152.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 170 129 224 0.24 0.42 0 0.12 265.89 0.61 0.69
Hex AA 81 E0 18 2A 0 C 10A 3D 45
Octal 252 201 340 30 52 0 14 412 75 105
Binary 10101010 10000001 11100000 11000 101010 0 1100 100001010 111101 1000101

Color Harmonies of #AA81E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81E0

Black with #AA81E0

Text Example


Text Example

White with #AA81E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81E0; }

 p { color: rgb(170,129,224); }

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

background-color css

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

 a { background-color: rgb(170,129,224); }

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

border-color css

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

 span { border-color: rgb(170,129,224); }

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