#A59CFC

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

Shades of Perano #A59CFC

Tints of Perano #A59CFC

Color information

#A59CFC (or 0xA59CFC) is unknown color: approx Perano. HEX triplet: A5, 9C and FC. RGB value is (165,156,252). Sum of RGB (Red+Green+Blue) = 165+156+252=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #A59CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFC is #5A6303. Grayscale: #A9A9A9. Windows color (decimal): -5923588 or 16555173. OLE color: 16555173.

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

Color convert

RGB165156252-
CMYK0.350.3800.01
HSL245.62º94.12%80%-
HSV(B)245.62º38.1%98.82%-
XYZ44.9838.897.21-
YUV169.64174.48124.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=28.80%
G=27.23%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651562520.350.3800.01245.6294.1280
HexA59CFC232601f65e50
Octal245234374434601366136120
Binary101001011001110011111100100011100110011111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CFC; }

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

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

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

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

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

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

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

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