#ac8ff1

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

Shades of Biloba Flower #AC8FF1

Tints of Biloba Flower #AC8FF1

Color information

#AC8FF1 (or 0xAC8FF1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and F1. RGB value is (172,143,241). Sum of RGB (Red+Green+Blue) = 172+143+241=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FF1 is #53700E. Grayscale: #A2A2A2. Windows color (decimal): -5468175 or 15830956. OLE color: 15830956.

HSL color Cylindrical-coordinate representation of color #AC8FF1: hue angle of 257.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8FF1 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172143241-
CMYK0.290.4100.05
HSL257.76º77.78%75.29%-
HSV(B)257.76º40.66%94.51%-
XYZ42.7134.7787.68-
YUV162.84172.11134.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=30.94%
G=25.72%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721432410.290.4100.05257.7677.7875.29
HexAC8FF11D29051024e4b
Octal254217361355105402116113
Binary10101100100011111111000111101101001010110000001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8ff1; }

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

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

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

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

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

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

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

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