#A7A6FE

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

Shades of Perano #A7A6FE

Tints of Perano #A7A6FE

Color information

#A7A6FE (or 0xA7A6FE) is unknown color: approx Perano. HEX triplet: A7, A6 and FE. RGB value is (167,166,254). Sum of RGB (Red+Green+Blue) = 167+166+254=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 166 (65.23% from 255 or 28.28% 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 #A7A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A6FE is #585901. Grayscale: #AFAFAF. Windows color (decimal): -5789954 or 16688807. OLE color: 16688807.

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

Color convert

RGB167166254-
CMYK0.340.3500.00
HSL240.68º97.78%82.35%-
HSV(B)240.68º34.65%99.61%-
XYZ47.4642.6499.5-
YUV176.33171.83121.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671662540.340.3500.00240.6897.7882.35
HexA7A6FE222300f16252
Octal247246376424300361142122
Binary101001111010011011111110100010100011001111000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A6FE; }

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

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

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

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

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

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

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

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