#AC8AFC

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

Shades of Biloba Flower #AC8AFC

Tints of Biloba Flower #AC8AFC

Color information

#AC8AFC (or 0xAC8AFC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and FC. RGB value is (172,138,252). Sum of RGB (Red+Green+Blue) = 172+138+252=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC8AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AFC is #537503. Grayscale: #A0A0A0. Windows color (decimal): -5469444 or 16550572. OLE color: 16550572.

HSL color Cylindrical-coordinate representation of color #AC8AFC: hue angle of 257.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC8AFC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172138252-
CMYK0.320.4500.01
HSL257.89º95%76.47%-
HSV(B)257.89º45.24%98.82%-
XYZ43.6733.9896.35-
YUV161.16179.26135.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=30.60%
G=24.56%
B=44.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721382520.320.4500.01257.899576.47
HexAC8AFC202D011025f4c
Octal254212374405501402137114
Binary1010110010001010111111001000001011010110000001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AFC; }

 p { color: rgb(172,138,252); }

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

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

 a { background-color: rgb(172,138,252); }

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

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

 span { border-color: rgb(172,138,252); }

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