Html Css Color HEX #AA95DC Biloba Flower

📋 copy color: '#AA95DC'

red 170 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #AA95DC

Tints of Biloba Flower #AA95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 31.54%
G = 27.64%
B = 40.82%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA95DC (or 0xAA95DC) is known color: Biloba Flower. HEX triplet: AA, 95 and DC. RGB value is (170,149,220). Sum of RGB (Red+Green+Blue) = 170+149+220=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95DC is #556A23. Grayscale: #A3A3A3. Windows color (decimal): -5597732 or 14456234. OLE color: 14456234.

HSL color Cylindrical-coordinate representation of color #AA95DC: hue angle of 257.75º degrees, saturation: 0.5, 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 #AA95DC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 149 220 -
CMYK 0.23 0.32 0 0.14
HSL 257.75º 0.5% 0.72% -
HSV(B) 257.75º 0.32% 0.86% -
XYZ 40.24 35.21 72.38 -
YUV 163.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 170 149 220 0.23 0.32 0 0.14 257.75 0.5 0.72
Hex AA 95 DC 17 20 0 E 102 32 48
Octal 252 225 334 27 40 0 16 402 62 110
Binary 10101010 10010101 11011100 10111 100000 0 1110 100000010 110010 1001000

Color Harmonies of #AA95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95DC

Black with #AA95DC

Text Example


Text Example

White with #AA95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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