#A59FF4

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

Shades of Perano #A59FF4

Tints of Perano #A59FF4

Color information

#A59FF4 (or 0xA59FF4) is unknown color: approx Perano. HEX triplet: A5, 9F and F4. RGB value is (165,159,244). Sum of RGB (Red+Green+Blue) = 165+159+244=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #A59FF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FF4 is #5A600B. Grayscale: #AAAAAA. Windows color (decimal): -5922828 or 16031653. OLE color: 16031653.

HSL color Cylindrical-coordinate representation of color #A59FF4: hue angle of 244.24º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59FF4 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165159244-
CMYK0.320.3500.04
HSL244.24º79.44%79.02%-
HSV(B)244.24º34.84%95.69%-
XYZ44.2439.3390.85-
YUV170.48169.49124.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=29.05%
G=27.99%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651592440.320.3500.04244.2479.4479.02
HexA59FF4202304f44f4f
Octal245237364404304364117117
Binary10100101100111111111010010000010001101001111010010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FF4; }

 p { color: rgb(165,159,244); }

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

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

 a { background-color: rgb(165,159,244); }

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

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

 span { border-color: rgb(165,159,244); }

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