#AC95FF

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

Shades of Biloba Flower #AC95FF

Tints of Biloba Flower #AC95FF

Color information

#AC95FF (or 0xAC95FF) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and FF. RGB value is (172,149,255). Sum of RGB (Red+Green+Blue) = 172+149+255=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC95FF is #536A00. Grayscale: #A7A7A7. Windows color (decimal): -5466625 or 16749996. OLE color: 16749996.

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

Color convert

RGB172149255-
CMYK0.330.4200
HSL253.02º100%79.22%-
HSV(B)253.02º41.57%100%-
XYZ45.8137.4999.43-
YUV167.96177.12130.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 255 (100% from 255) = 44.27%
R=29.86%
G=25.87%
B=44.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721492550.330.4200253.0210079.22
HexAC95FF212A00fd644f
Octal254225377415200375144117
Binary101011001001010111111111100001101010001111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95FF; }

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

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

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

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

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

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

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

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