Html Css Color HEX #AA95E0 Biloba Flower

📋 copy color: '#AA95E0'

red 170 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #AA95E0

Tints of Biloba Flower #AA95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

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

R = 31.31%
G = 27.44%
B = 41.25%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA95E0 (or 0xAA95E0) is known color: Biloba Flower. HEX triplet: AA, 95 and E0. RGB value is (170,149,224). Sum of RGB (Red+Green+Blue) = 170+149+224=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA95E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95E0 is #556A1F. Grayscale: #A3A3A3. Windows color (decimal): -5597728 or 14718378. OLE color: 14718378.

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

Color convert

RGB 170 149 224 -
CMYK 0.24 0.33 0 0.12
HSL 256.8º 0.55% 0.73% -
HSV(B) 256.8º 0.33% 0.88% -
XYZ 40.78 35.42 75.21 -
YUV 163.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 170 149 224 0.24 0.33 0 0.12 256.8 0.55 0.73
Hex AA 95 E0 18 21 0 C 101 37 49
Octal 252 225 340 30 41 0 14 401 67 111
Binary 10101010 10010101 11100000 11000 100001 0 1100 100000001 110111 1001001

Color Harmonies of #AA95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95E0

Black with #AA95E0

Text Example


Text Example

White with #AA95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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