#A59BFF

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

Shades of Perano #A59BFF

Tints of Perano #A59BFF

Color information

#A59BFF (or 0xA59BFF) is unknown color: approx Perano. HEX triplet: A5, 9B and FF. RGB value is (165,155,255). Sum of RGB (Red+Green+Blue) = 165+155+255=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A59BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BFF is #5A6400. Grayscale: #A9A9A9. Windows color (decimal): -5923841 or 16751525. OLE color: 16751525.

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

Color convert

RGB165155255-
CMYK0.350.3900
HSL246º100%80.39%-
HSV(B)246º39.22%100%-
XYZ45.2938.6699.68-
YUV169.39176.31124.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 255 (100% from 255) = 44.35%
R=28.70%
G=26.96%
B=44.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651552550.350.390024610080.39
HexA59BFF232700f66450
Octal245233377434700366144120
Binary101001011001101111111111100011100111001111011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BFF; }

 p { color: rgb(165,155,255); }

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

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

 a { background-color: rgb(165,155,255); }

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

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

 span { border-color: rgb(165,155,255); }

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