#A49AFF

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

Shades of Perano #A49AFF

Tints of Perano #A49AFF

Color information

#A49AFF (or 0xA49AFF) is unknown color: approx Perano. HEX triplet: A4, 9A and FF. RGB value is (164,154,255). Sum of RGB (Red+Green+Blue) = 164+154+255=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #A49AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AFF is #5B6500. Grayscale: #A8A8A8. Windows color (decimal): -5989633 or 16751268. OLE color: 16751268.

HSL color Cylindrical-coordinate representation of color #A49AFF: hue angle of 245.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49AFF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164154255-
CMYK0.360.4000
HSL245.94º100%80.2%-
HSV(B)245.94º39.61%100%-
XYZ44.9238.2299.62-
YUV168.5176.81124.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 255 (100% from 255) = 44.50%
R=28.62%
G=26.88%
B=44.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641542550.360.4000245.9410080.2
HexA49AFF242800f66450
Octal244232377445000366144120
Binary101001001001101011111111100100101000001111011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AFF; }

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

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

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

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

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

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

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

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