#A6A7FD

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

Shades of Perano #A6A7FD

Tints of Perano #A6A7FD

Color information

#A6A7FD (or 0xA6A7FD) is unknown color: approx Perano. HEX triplet: A6, A7 and FD. RGB value is (166,167,253). Sum of RGB (Red+Green+Blue) = 166+167+253=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A7FD is #595802. Grayscale: #B0B0B0. Windows color (decimal): -5855235 or 16623526. OLE color: 16623526.

HSL color Cylindrical-coordinate representation of color #A6A7FD: hue angle of 239.31º degrees, saturation: 0.96, 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 #A6A7FD is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166167253-
CMYK0.340.3400.01
HSL239.31º95.6%82.16%-
HSV(B)239.31º34.39%99.22%-
XYZ47.2742.8498.71-
YUV176.51171.17120.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=28.33%
G=28.50%
B=43.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661672530.340.3400.01239.3195.682.16
HexA6A7FD222201ef6052
Octal246247375424201357140122
Binary101001101010011111111101100010100010011110111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7FD; }

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

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

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

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

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

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

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

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