#AC8FF8

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

Shades of Biloba Flower #AC8FF8

Tints of Biloba Flower #AC8FF8

Color information

#AC8FF8 (or 0xAC8FF8) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and F8. RGB value is (172,143,248). Sum of RGB (Red+Green+Blue) = 172+143+248=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FF8 is #537007. Grayscale: #A3A3A3. Windows color (decimal): -5468168 or 16289708. OLE color: 16289708.

HSL color Cylindrical-coordinate representation of color #AC8FF8: hue angle of 256.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8FF8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172143248-
CMYK0.310.4200.03
HSL256.57º88.24%76.67%-
HSV(B)256.57º42.34%97.25%-
XYZ43.7835.1993.29-
YUV163.64175.61133.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=30.55%
G=25.40%
B=44.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721432480.310.4200.03256.5788.2476.67
HexAC8FF81F2A03101584d
Octal254217370375203401130115
Binary1010110010001111111110001111110101001110000000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FF8; }

 p { color: rgb(172,143,248); }

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

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

 a { background-color: rgb(172,143,248); }

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

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

 span { border-color: rgb(172,143,248); }

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