#AC8CF1

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

Shades of Biloba Flower #AC8CF1

Tints of Biloba Flower #AC8CF1

Color information

#AC8CF1 (or 0xAC8CF1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and F1. RGB value is (172,140,241). Sum of RGB (Red+Green+Blue) = 172+140+241=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CF1 is #53730E. Grayscale: #A0A0A0. Windows color (decimal): -5468943 or 15830188. OLE color: 15830188.

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

Color convert

RGB172140241-
CMYK0.290.4200.05
HSL259.01º78.29%74.71%-
HSV(B)259.01º41.91%94.51%-
XYZ42.2733.8887.53-
YUV161.08173.1135.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=31.10%
G=25.32%
B=43.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721402410.290.4200.05259.0178.2974.71
HexAC8CF11D2A051034e4b
Octal254214361355205403116113
Binary10101100100011001111000111101101010010110000001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CF1; }

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

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

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

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

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

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

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

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