#A6A7FE

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

Shades of Perano #A6A7FE

Tints of Perano #A6A7FE

Color information

#A6A7FE (or 0xA6A7FE) is unknown color: approx Perano. HEX triplet: A6, A7 and FE. RGB value is (166,167,254). Sum of RGB (Red+Green+Blue) = 166+167+254=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A7FE is #595801. Grayscale: #B0B0B0. Windows color (decimal): -5855234 or 16689062. OLE color: 16689062.

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

Color convert

RGB166167254-
CMYK0.350.3400.00
HSL239.32º97.78%82.35%-
HSV(B)239.32º34.65%99.61%-
XYZ47.4342.999.55-
YUV176.62171.67120.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=28.28%
G=28.45%
B=43.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661672540.350.3400.00239.3297.7882.35
HexA6A7FE232200ef6252
Octal246247376434200357142122
Binary101001101010011111111110100011100010001110111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7FE; }

 p { color: rgb(166,167,254); }

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

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

 a { background-color: rgb(166,167,254); }

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

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

 span { border-color: rgb(166,167,254); }

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