#AC9AFA

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

Shades of Biloba Flower #AC9AFA

Tints of Biloba Flower #AC9AFA

Color information

#AC9AFA (or 0xAC9AFA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and FA. RGB value is (172,154,250). Sum of RGB (Red+Green+Blue) = 172+154+250=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AFA is #536505. Grayscale: #A9A9A9. Windows color (decimal): -5465350 or 16423596. OLE color: 16423596.

HSL color Cylindrical-coordinate representation of color #AC9AFA: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC9AFA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172154250-
CMYK0.310.3800.02
HSL251.25º90.57%79.22%-
HSV(B)251.25º38.4%98.04%-
XYZ45.8238.7895.51-
YUV170.33172.96129.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=29.86%
G=26.74%
B=43.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721542500.310.3800.02251.2590.5779.22
HexAC9AFA1F2602fb5b4f
Octal254232372374602373133117
Binary101011001001101011111010111111001100101111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AFA; }

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

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

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

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

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

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

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

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