#A508E3

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

Shades of Dark Violet #A508E3

Tints of Dark Violet #A508E3

Color information

#A508E3 (or 0xA508E3) is unknown color: approx Dark Violet. HEX triplet: A5, 08 and E3. RGB value is (165,8,227). Sum of RGB (Red+Green+Blue) = 165+8+227=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 227 (89.06% from 255 or 56.75% from 400); Max value from RGB is 227 - color contains mainly: blue. Hex color #A508E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508E3 is #5AF71C. Grayscale: #4F4F4F. Windows color (decimal): -5961501 or 14878885. OLE color: 14878885.

HSL color Cylindrical-coordinate representation of color #A508E3: hue angle of 283.01º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508E3 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1658227-
CMYK0.270.9600.11
HSL283.01º93.19%46.08%-
HSV(B)283.01º96.48%89.02%-
XYZ29.4713.7273.77-
YUV79.91211.01188.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 8 (3.52% from 255) = 2%
BLUE value IS 227 (89.06% from 255) = 56.75%
R=41.25%
G=2%
B=56.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16582270.270.9600.11283.0193.1946.08
HexA58E31B600B11b5d2e
Octal245103433314001343313556
Binary10100101100011100011110111100000010111000110111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A508E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A508E3; }

 p { color: rgb(165,8,227); }

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

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

 a { background-color: rgb(165,8,227); }

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

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

 span { border-color: rgb(165,8,227); }

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