#A49BFE

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

Shades of Perano #A49BFE

Tints of Perano #A49BFE

Color information

#A49BFE (or 0xA49BFE) is unknown color: approx Perano. HEX triplet: A4, 9B and FE. RGB value is (164,155,254). Sum of RGB (Red+Green+Blue) = 164+155+254=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A49BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BFE is #5B6401. Grayscale: #A8A8A8. Windows color (decimal): -5989378 or 16685988. OLE color: 16685988.

HSL color Cylindrical-coordinate representation of color #A49BFE: hue angle of 245.45º 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 #A49BFE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164155254-
CMYK0.350.3900.00
HSL245.45º98.02%80.2%-
HSV(B)245.45º38.98%99.61%-
XYZ44.9238.4998.83-
YUV168.98175.98124.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=28.62%
G=27.05%
B=44.33%

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
Decimal1641552540.350.3900.00245.4598.0280.2
HexA49BFE232700f56250
Octal244233376434700365142120
Binary101001001001101111111110100011100111001111010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BFE; }

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

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

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

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

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

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

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

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