#A6ACF2

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

Shades of Perano #A6ACF2

Tints of Perano #A6ACF2

Color information

#A6ACF2 (or 0xA6ACF2) is unknown color: approx Perano. HEX triplet: A6, AC and F2. RGB value is (166,172,242). Sum of RGB (Red+Green+Blue) = 166+172+242=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACF2 is #59530D. Grayscale: #B1B1B1. Windows color (decimal): -5853966 or 15903910. OLE color: 15903910.

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

Color convert

RGB166172242-
CMYK0.310.2900.05
HSL235.26º74.51%80%-
HSV(B)235.26º31.4%94.9%-
XYZ46.5144.0290.05-
YUV178.19164.01119.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.62%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=28.62%
G=29.66%
B=41.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661722420.310.2900.05235.2674.5180
HexA6ACF21F1D05eb4b50
Octal246254362373505353113120
Binary101001101010110011110010111111110101011110101110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACF2; }

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

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

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

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

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

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

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

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