#AA95F8

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

Shades of Biloba Flower #AA95F8

Tints of Biloba Flower #AA95F8

Color information

#AA95F8 (or 0xAA95F8) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and F8. RGB value is (170,149,248). Sum of RGB (Red+Green+Blue) = 170+149+248=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA95F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA95F8 is #556A07. Grayscale: #A6A6A6. Windows color (decimal): -5597704 or 16291242. OLE color: 16291242.

HSL color Cylindrical-coordinate representation of color #AA95F8: hue angle of 252.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA95F8 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170149248-
CMYK0.310.4000.03
HSL252.73º87.61%77.84%-
HSV(B)252.73º39.92%97.25%-
XYZ44.2736.8293.58-
YUV166.56173.96130.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=29.98%
G=26.28%
B=43.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701492480.310.4000.03252.7387.6177.84
HexAA95F81F2803fd584e
Octal252225370375003375130116
Binary101010101001010111111000111111010000111111110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95F8; }

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

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

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

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

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

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

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

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