#A59CF9

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

Shades of Perano #A59CF9

Tints of Perano #A59CF9

Color information

#A59CF9 (or 0xA59CF9) is unknown color: approx Perano. HEX triplet: A5, 9C and F9. RGB value is (165,156,249). Sum of RGB (Red+Green+Blue) = 165+156+249=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #A59CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CF9 is #5A6306. Grayscale: #A8A8A8. Windows color (decimal): -5923591 or 16358565. OLE color: 16358565.

HSL color Cylindrical-coordinate representation of color #A59CF9: hue angle of 245.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A59CF9 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165156249-
CMYK0.340.3700.02
HSL245.81º88.57%79.41%-
HSV(B)245.81º37.35%97.65%-
XYZ44.538.6294.73-
YUV169.29172.98124.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=28.95%
G=27.37%
B=43.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651562490.340.3700.02245.8188.5779.41
HexA59CF9222502f6594f
Octal245234371424502366131117
Binary1010010110011100111110011000101001010101111011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CF9; }

 p { color: rgb(165,156,249); }

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

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

 a { background-color: rgb(165,156,249); }

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

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

 span { border-color: rgb(165,156,249); }

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