Html Css Color HEX #AA83E1 Biloba Flower

📋 copy color: '#AA83E1'

red 170 ◦ green 131 ◦ blue 225

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

Shades of Biloba Flower #AA83E1

Tints of Biloba Flower #AA83E1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.9%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 32.32%
G = 24.9%
B = 42.78%

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

#AA83E1 (or 0xAA83E1) is known color: Biloba Flower. HEX triplet: AA, 83 and E1. RGB value is (170,131,225). Sum of RGB (Red+Green+Blue) = 170+131+225=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA83E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83E1 is #557C1E. Grayscale: #999999. Windows color (decimal): -5602335 or 14779306. OLE color: 14779306.

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

Color convert

RGB 170 131 225 -
CMYK 0.24 0.42 0 0.12
HSL 264.89º 0.61% 0.7% -
HSV(B) 264.89º 0.42% 0.88% -
XYZ 38.28 30.21 75.05 -
YUV 153.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 170 131 225 0.24 0.42 0 0.12 264.89 0.61 0.7
Hex AA 83 E1 18 2A 0 C 109 3D 46
Octal 252 203 341 30 52 0 14 411 75 106
Binary 10101010 10000011 11100001 11000 101010 0 1100 100001001 111101 1000110

Color Harmonies of #AA83E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83E1

Black with #AA83E1

Text Example


Text Example

White with #AA83E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83E1; }

 p { color: rgb(170,131,225); }

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

background-color css

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

 a { background-color: rgb(170,131,225); }

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

border-color css

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

 span { border-color: rgb(170,131,225); }

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