#AA95CF

Color #AA95CF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA95CF

Tints of Biloba Flower #AA95CF

Color information

#AA95CF (or 0xAA95CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and CF. RGB value is (170,149,207). Sum of RGB (Red+Green+Blue) = 170+149+207=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA95CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95CF is #556A30. Grayscale: #A1A1A1. Windows color (decimal): -5597745 or 13604266. OLE color: 13604266.

HSL color Cylindrical-coordinate representation of color #AA95CF: hue angle of 261.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA95CF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170149207-
CMYK0.180.2800.19
HSL261.72º37.66%69.8%-
HSV(B)261.72º28.02%81.18%-
XYZ38.5934.5563.67-
YUV161.89153.46133.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=32.32%
G=28.33%
B=39.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701492070.180.2800.19261.7237.6669.8
HexAA95CF121C0131062646
Octal252225317223402340646106
Binary10101010100101011100111110010111000100111000001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95CF; }

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

 H1.HeaderClassName
 {
   color: #AA95CF;
 }
 .AnyTagClassName
 {
   color: #AA95CF;
 }
</style>
background-color css

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

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

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

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

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

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