#A49FFB

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

Shades of Perano #A49FFB

Tints of Perano #A49FFB

Color information

#A49FFB (or 0xA49FFB) is unknown color: approx Perano. HEX triplet: A4, 9F and FB. RGB value is (164,159,251). Sum of RGB (Red+Green+Blue) = 164+159+251=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #A49FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FFB is #5B6004. Grayscale: #AAAAAA. Windows color (decimal): -5988357 or 16490404. OLE color: 16490404.

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

Color convert

RGB164159251-
CMYK0.350.3700.02
HSL243.26º92%80.39%-
HSV(B)243.26º36.65%98.43%-
XYZ45.1239.6596.54-
YUV170.98173.16123.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=28.57%
G=27.70%
B=43.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641592510.350.3700.02243.269280.39
HexA49FFB232502f35c50
Octal244237373434502363134120
Binary1010010010011111111110111000111001010101111001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FFB; }

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

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

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

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

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

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

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

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