Html Css Color HEX #AA95DB Biloba Flower

📋 copy color: '#AA95DB'

red 170 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #AA95DB

Tints of Biloba Flower #AA95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 31.6%
G = 27.7%
B = 40.71%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA95DB (or 0xAA95DB) is known color: Biloba Flower. HEX triplet: AA, 95 and DB. RGB value is (170,149,219). Sum of RGB (Red+Green+Blue) = 170+149+219=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95DB is #556A24. Grayscale: #A3A3A3. Windows color (decimal): -5597733 or 14390698. OLE color: 14390698.

HSL color Cylindrical-coordinate representation of color #AA95DB: hue angle of 258º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA95DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 149 219 -
CMYK 0.22 0.32 0 0.14
HSL 258º 0.49% 0.72% -
HSV(B) 258º 0.32% 0.86% -
XYZ 40.11 35.16 71.69 -
YUV 163.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 170 149 219 0.22 0.32 0 0.14 258 0.49 0.72
Hex AA 95 DB 16 20 0 E 102 31 48
Octal 252 225 333 26 40 0 16 402 61 110
Binary 10101010 10010101 11011011 10110 100000 0 1110 100000010 110001 1001000

Color Harmonies of #AA95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95DB

Black with #AA95DB

Text Example


Text Example

White with #AA95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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