#A49FFD

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

Shades of Perano #A49FFD

Tints of Perano #A49FFD

Color information

#A49FFD (or 0xA49FFD) is unknown color: approx Perano. HEX triplet: A4, 9F and FD. RGB value is (164,159,253). Sum of RGB (Red+Green+Blue) = 164+159+253=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #A49FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FFD is #5B6002. Grayscale: #AAAAAA. Windows color (decimal): -5988355 or 16621476. OLE color: 16621476.

HSL color Cylindrical-coordinate representation of color #A49FFD: hue angle of 243.19º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49FFD is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164159253-
CMYK0.350.3700.01
HSL243.19º95.92%80.78%-
HSV(B)243.19º37.15%99.22%-
XYZ45.4439.7898.21-
YUV171.21174.16122.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=28.47%
G=27.60%
B=43.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641592530.350.3700.01243.1995.9280.78
HexA49FFD232501f36051
Octal244237375434501363140121
Binary101001001001111111111101100011100101011111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FFD; }

 p { color: rgb(164,159,253); }

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

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

 a { background-color: rgb(164,159,253); }

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

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

 span { border-color: rgb(164,159,253); }

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