#A6A4FE

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

Shades of Perano #A6A4FE

Tints of Perano #A6A4FE

Color information

#A6A4FE (or 0xA6A4FE) is unknown color: approx Perano. HEX triplet: A6, A4 and FE. RGB value is (166,164,254). Sum of RGB (Red+Green+Blue) = 166+164+254=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A4FE is #595B01. Grayscale: #AEAEAE. Windows color (decimal): -5856002 or 16688294. OLE color: 16688294.

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

Color convert

RGB166164254-
CMYK0.350.3500.00
HSL241.33º97.83%81.96%-
HSV(B)241.33º35.43%99.61%-
XYZ46.8941.8199.37-
YUV174.86172.66121.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=28.42%
G=28.08%
B=43.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661642540.350.3500.00241.3397.8381.96
HexA6A4FE232300f16252
Octal246244376434300361142122
Binary101001101010010011111110100011100011001111000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4FE; }

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

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

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

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

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

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

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

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