#A59BFB

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

Shades of Perano #A59BFB

Tints of Perano #A59BFB

Color information

#A59BFB (or 0xA59BFB) is unknown color: approx Perano. HEX triplet: A5, 9B and FB. RGB value is (165,155,251). Sum of RGB (Red+Green+Blue) = 165+155+251=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #A59BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BFB is #5A6404. Grayscale: #A8A8A8. Windows color (decimal): -5923845 or 16489381. OLE color: 16489381.

HSL color Cylindrical-coordinate representation of color #A59BFB: hue angle of 246.25º degrees, saturation: 0.92, 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 #A59BFB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165155251-
CMYK0.340.3800.02
HSL246.25º92.31%79.61%-
HSV(B)246.25º38.25%98.43%-
XYZ44.6538.4196.33-
YUV168.93174.31125.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=28.90%
G=27.15%
B=43.96%

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
Decimal1651552510.340.3800.02246.2592.3179.61
HexA59BFB222602f65c50
Octal245233373424602366134120
Binary1010010110011011111110111000101001100101111011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BFB; }

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

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

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

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

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

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

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

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