#AC95FA

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

Shades of Biloba Flower #AC95FA

Tints of Biloba Flower #AC95FA

Color information

#AC95FA (or 0xAC95FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and FA. RGB value is (172,149,250). Sum of RGB (Red+Green+Blue) = 172+149+250=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC95FA is #536A05. Grayscale: #A7A7A7. Windows color (decimal): -5466630 or 16422316. OLE color: 16422316.

HSL color Cylindrical-coordinate representation of color #AC95FA: hue angle of 253.66º degrees, saturation: 0.91, 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 #AC95FA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172149250-
CMYK0.310.4000.02
HSL253.66º90.99%78.24%-
HSV(B)253.66º40.4%98.04%-
XYZ45.0237.1795.24-
YUV167.39174.62131.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=30.12%
G=26.09%
B=43.78%

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
Decimal1721492500.310.4000.02253.6690.9978.24
HexAC95FA1F2802fe5b4e
Octal254225372375002376133116
Binary101011001001010111111010111111010000101111111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95FA; }

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

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

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

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

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

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

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

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