#AC95FE

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

Shades of Biloba Flower #AC95FE

Tints of Biloba Flower #AC95FE

Color information

#AC95FE (or 0xAC95FE) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and FE. RGB value is (172,149,254). Sum of RGB (Red+Green+Blue) = 172+149+254=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC95FE is #536A01. Grayscale: #A7A7A7. Windows color (decimal): -5466626 or 16684460. OLE color: 16684460.

HSL color Cylindrical-coordinate representation of color #AC95FE: hue angle of 253.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC95FE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172149254-
CMYK0.320.4100.00
HSL253.14º98.13%79.02%-
HSV(B)253.14º41.34%99.61%-
XYZ45.6537.4298.58-
YUV167.85176.62130.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=29.91%
G=25.91%
B=44.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721492540.320.4100.00253.1498.1379.02
HexAC95FE202900fd624f
Octal254225376405100375142117
Binary101011001001010111111110100000101001001111110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95FE; }

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

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

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

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

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

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

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

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