#A7A6FD

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

Shades of Perano #A7A6FD

Tints of Perano #A7A6FD

Color information

#A7A6FD (or 0xA7A6FD) is unknown color: approx Perano. HEX triplet: A7, A6 and FD. RGB value is (167,166,253). Sum of RGB (Red+Green+Blue) = 167+166+253=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 166 (65.23% from 255 or 28.33% 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 #A7A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A6FD is #585902. Grayscale: #AFAFAF. Windows color (decimal): -5789955 or 16623271. OLE color: 16623271.

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

Color convert

RGB167166253-
CMYK0.340.3400.01
HSL240.69º95.6%82.16%-
HSV(B)240.69º34.39%99.22%-
XYZ47.342.5898.65-
YUV176.22171.33121.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.50%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=28.50%
G=28.33%
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
Decimal1671662530.340.3400.01240.6995.682.16
HexA7A6FD222201f16052
Octal247246375424201361140122
Binary101001111010011011111101100010100010011111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6FD; }

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

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

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

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

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

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

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

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