#A59AFD

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

Shades of Perano #A59AFD

Tints of Perano #A59AFD

Color information

#A59AFD (or 0xA59AFD) is unknown color: approx Perano. HEX triplet: A5, 9A and FD. RGB value is (165,154,253). Sum of RGB (Red+Green+Blue) = 165+154+253=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #A59AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AFD is #5A6502. Grayscale: #A8A8A8. Windows color (decimal): -5924099 or 16620197. OLE color: 16620197.

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

Color convert

RGB165154253-
CMYK0.350.3900.01
HSL246.67º96.12%79.8%-
HSV(B)246.67º39.13%99.22%-
XYZ44.838.297.94-
YUV168.58175.64125.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=28.85%
G=26.92%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651542530.350.3900.01246.6796.1279.8
HexA59AFD232701f76050
Octal245232375434701367140120
Binary101001011001101011111101100011100111011111011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AFD; }

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

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

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

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

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

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

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

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