#ACA6FA

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

Shades of Perano #ACA6FA

Tints of Perano #ACA6FA

Color information

#ACA6FA (or 0xACA6FA) is unknown color: approx Perano. HEX triplet: AC, A6 and FA. RGB value is (172,166,250). Sum of RGB (Red+Green+Blue) = 172+166+250=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA6FA is #535905. Grayscale: #B1B1B1. Windows color (decimal): -5462278 or 16426668. OLE color: 16426668.

HSL color Cylindrical-coordinate representation of color #ACA6FA: hue angle of 244.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA6FA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172166250-
CMYK0.310.3400.02
HSL244.29º89.36%81.57%-
HSV(B)244.29º33.6%98.04%-
XYZ47.942.9596.21-
YUV177.37168.99124.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=29.25%
G=28.23%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721662500.310.3400.02244.2989.3681.57
HexACA6FA1F2202f45952
Octal254246372374202364131122
Binary101011001010011011111010111111000100101111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6FA; }

 p { color: rgb(172,166,250); }

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

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

 a { background-color: rgb(172,166,250); }

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

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

 span { border-color: rgb(172,166,250); }

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