#A49CFA

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

Shades of Perano #A49CFA

Tints of Perano #A49CFA

Color information

#A49CFA (or 0xA49CFA) is unknown color: approx Perano. HEX triplet: A4, 9C and FA. RGB value is (164,156,250). Sum of RGB (Red+Green+Blue) = 164+156+250=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #A49CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CFA is #5B6305. Grayscale: #A8A8A8. Windows color (decimal): -5989126 or 16424100. OLE color: 16424100.

HSL color Cylindrical-coordinate representation of color #A49CFA: hue angle of 245.11º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49CFA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164156250-
CMYK0.340.3800.02
HSL245.11º90.38%79.61%-
HSV(B)245.11º37.6%98.04%-
XYZ44.4538.5795.54-
YUV169.11173.65124.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=28.77%
G=27.37%
B=43.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641562500.340.3800.02245.1190.3879.61
HexA49CFA222602f55a50
Octal244234372424602365132120
Binary1010010010011100111110101000101001100101111010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CFA; }

 p { color: rgb(164,156,250); }

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

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

 a { background-color: rgb(164,156,250); }

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

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

 span { border-color: rgb(164,156,250); }

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