#A59AFF

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

Shades of Perano #A59AFF

Tints of Perano #A59AFF

Color information

#A59AFF (or 0xA59AFF) is unknown color: approx Perano. HEX triplet: A5, 9A and FF. RGB value is (165,154,255). Sum of RGB (Red+Green+Blue) = 165+154+255=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A59AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AFF is #5A6500. Grayscale: #A8A8A8. Windows color (decimal): -5924097 or 16751269. OLE color: 16751269.

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

Color convert

RGB165154255-
CMYK0.350.4000
HSL246.53º100%80.2%-
HSV(B)246.53º39.61%100%-
XYZ45.1238.3399.63-
YUV168.8176.64125.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 44.43%
R=28.75%
G=26.83%
B=44.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651542550.350.4000246.5310080.2
HexA59AFF232800f76450
Octal245232377435000367144120
Binary101001011001101011111111100011101000001111011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AFF; }

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

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

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

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

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

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

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

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