#A49AFE

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

Shades of Perano #A49AFE

Tints of Perano #A49AFE

Color information

#A49AFE (or 0xA49AFE) is unknown color: approx Perano. HEX triplet: A4, 9A and FE. RGB value is (164,154,254). Sum of RGB (Red+Green+Blue) = 164+154+254=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A49AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AFE is #5B6501. Grayscale: #A8A8A8. Windows color (decimal): -5989634 or 16685732. OLE color: 16685732.

HSL color Cylindrical-coordinate representation of color #A49AFE: hue angle of 246º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A49AFE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164154254-
CMYK0.350.3900.00
HSL246º98.04%80%-
HSV(B)246º39.37%99.61%-
XYZ44.7538.1698.77-
YUV168.39176.31124.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=28.67%
G=26.92%
B=44.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641542540.350.3900.0024698.0480
HexA49AFE232700f66250
Octal244232376434700366142120
Binary101001001001101011111110100011100111001111011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AFE; }

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

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

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

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

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

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

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

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