Html Css Color HEX #AA95DD Biloba Flower

📋 copy color: '#AA95DD'

red 170 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #AA95DD

Tints of Biloba Flower #AA95DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 31.48%
G = 27.59%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA95DD (or 0xAA95DD) is known color: Biloba Flower. HEX triplet: AA, 95 and DD. RGB value is (170,149,221). Sum of RGB (Red+Green+Blue) = 170+149+221=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95DD is #556A22. Grayscale: #A3A3A3. Windows color (decimal): -5597731 or 14521770. OLE color: 14521770.

HSL color Cylindrical-coordinate representation of color #AA95DD: hue angle of 257.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA95DD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 149 221 -
CMYK 0.23 0.33 0 0.13
HSL 257.5º 0.51% 0.73% -
HSV(B) 257.5º 0.33% 0.87% -
XYZ 40.38 35.26 73.08 -
YUV 163.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 170 149 221 0.23 0.33 0 0.13 257.5 0.51 0.73
Hex AA 95 DD 17 21 0 D 102 33 49
Octal 252 225 335 27 41 0 15 402 63 111
Binary 10101010 10010101 11011101 10111 100001 0 1101 100000010 110011 1001001

Color Harmonies of #AA95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95DD

Black with #AA95DD

Text Example


Text Example

White with #AA95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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