#AC95F9

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

Shades of Biloba Flower #AC95F9

Tints of Biloba Flower #AC95F9

Color information

#AC95F9 (or 0xAC95F9) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and F9. RGB value is (172,149,249). Sum of RGB (Red+Green+Blue) = 172+149+249=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC95F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC95F9 is #536A06. Grayscale: #A6A6A6. Windows color (decimal): -5466631 or 16356780. OLE color: 16356780.

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

Color convert

RGB172149249-
CMYK0.310.4000.02
HSL253.8º89.29%78.04%-
HSV(B)253.8º40.16%97.65%-
XYZ44.8637.1194.42-
YUV167.28174.12131.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=30.18%
G=26.14%
B=43.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721492490.310.4000.02253.889.2978.04
HexAC95F91F2802fe594e
Octal254225371375002376131116
Binary101011001001010111111001111111010000101111111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95F9; }

 p { color: rgb(172,149,249); }

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

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

 a { background-color: rgb(172,149,249); }

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

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

 span { border-color: rgb(172,149,249); }

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