Html Css Color HEX #AA95D7 Biloba Flower

📋 copy color: '#AA95D7'

red 170 ◦ green 149 ◦ blue 215

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

Shades of Biloba Flower #AA95D7

Tints of Biloba Flower #AA95D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 31.84%
G = 27.9%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA95D7 (or 0xAA95D7) is known color: Biloba Flower. HEX triplet: AA, 95 and D7. RGB value is (170,149,215). Sum of RGB (Red+Green+Blue) = 170+149+215=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA95D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95D7 is #556A28. Grayscale: #A2A2A2. Windows color (decimal): -5597737 or 14128554. OLE color: 14128554.

HSL color Cylindrical-coordinate representation of color #AA95D7: hue angle of 259.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA95D7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 149 215 -
CMYK 0.21 0.31 0 0.16
HSL 259.09º 0.45% 0.71% -
HSV(B) 259.09º 0.31% 0.84% -
XYZ 39.59 34.95 68.95 -
YUV 162.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 170 149 215 0.21 0.31 0 0.16 259.09 0.45 0.71
Hex AA 95 D7 15 1F 0 10 103 2D 47
Octal 252 225 327 25 37 0 20 403 55 107
Binary 10101010 10010101 11010111 10101 11111 0 10000 100000011 101101 1000111

Color Harmonies of #AA95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95D7

Black with #AA95D7

Text Example


Text Example

White with #AA95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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