#ACA0F2

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

Shades of Biloba Flower #ACA0F2

Tints of Biloba Flower #ACA0F2

Color information

#ACA0F2 (or 0xACA0F2) is unknown color: approx Biloba Flower. HEX triplet: AC, A0 and F2. RGB value is (172,160,242). Sum of RGB (Red+Green+Blue) = 172+160+242=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACA0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA0F2 is #535F0D. Grayscale: #ACACAC. Windows color (decimal): -5463822 or 15900844. OLE color: 15900844.

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

Color convert

RGB172160242-
CMYK0.290.3400.05
HSL248.78º75.93%78.82%-
HSV(B)248.78º33.88%94.9%-
XYZ45.6140.3289.38-
YUV172.94166.98127.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 242 (94.92% from 255) = 42.16%
R=29.97%
G=27.87%
B=42.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721602420.290.3400.05248.7875.9378.82
HexACA0F21D2205f94c4f
Octal254240362354205371114117
Binary1010110010100000111100101110110001001011111100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0F2; }

 p { color: rgb(172,160,242); }

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

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

 a { background-color: rgb(172,160,242); }

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

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

 span { border-color: rgb(172,160,242); }

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