#A6ACFC

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

Shades of Perano #A6ACFC

Tints of Perano #A6ACFC

Color information

#A6ACFC (or 0xA6ACFC) is unknown color: approx Perano. HEX triplet: A6, AC and FC. RGB value is (166,172,252). Sum of RGB (Red+Green+Blue) = 166+172+252=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACFC is #595303. Grayscale: #B2B2B2. Windows color (decimal): -5853956 or 16559270. OLE color: 16559270.

HSL color Cylindrical-coordinate representation of color #A6ACFC: hue angle of 235.81º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ACFC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166172252-
CMYK0.340.3200.01
HSL235.81º93.48%81.96%-
HSV(B)235.81º34.13%98.82%-
XYZ48.0544.6498.18-
YUV179.33169.01118.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=28.14%
G=29.15%
B=42.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661722520.340.3200.01235.8193.4881.96
HexA6ACFC222001ec5d52
Octal246254374424001354135122
Binary101001101010110011111100100010100000011110110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACFC; }

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

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

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

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

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

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

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

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