#A6A7EB

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

Shades of Perano #A6A7EB

Tints of Perano #A6A7EB

Color information

#A6A7EB (or 0xA6A7EB) is unknown color: approx Perano. HEX triplet: A6, A7 and EB. RGB value is (166,167,235). Sum of RGB (Red+Green+Blue) = 166+167+235=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A7EB is #595814. Grayscale: #AEAEAE. Windows color (decimal): -5855253 or 15443878. OLE color: 15443878.

HSL color Cylindrical-coordinate representation of color #A6A7EB: hue angle of 239.13º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A7EB is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166167235-
CMYK0.290.2900.08
HSL239.13º63.3%78.63%-
HSV(B)239.13º29.36%92.16%-
XYZ44.5441.7484.31-
YUV174.45162.17121.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=29.23%
G=29.40%
B=41.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661672350.290.2900.08239.1363.378.63
HexA6A7EB1D1D08ef3f4f
Octal246247353353501035777117
Binary101001101010011111101011111011110101000111011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7EB; }

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

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

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

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

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

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

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

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