#AC8AFF

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

Shades of Biloba Flower #AC8AFF

Tints of Biloba Flower #AC8AFF

Color information

#AC8AFF (or 0xAC8AFF) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and FF. RGB value is (172,138,255). Sum of RGB (Red+Green+Blue) = 172+138+255=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8AFF is #537500. Grayscale: #A1A1A1. Windows color (decimal): -5469441 or 16747180. OLE color: 16747180.

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

Color convert

RGB172138255-
CMYK0.330.4600
HSL257.44º100%77.06%-
HSV(B)257.44º45.88%100%-
XYZ44.1534.1798.88-
YUV161.5180.76135.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 45.13%
R=30.44%
G=24.42%
B=45.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721382550.330.4600257.4410077.06
HexAC8AFF212E00101644d
Octal254212377415600401144115
Binary1010110010001010111111111000011011100010000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AFF; }

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

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

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

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

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

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

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

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