#A509C8

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

Shades of Dark Violet #A509C8

Tints of Dark Violet #A509C8

Color information

#A509C8 (or 0xA509C8) is unknown color: approx Dark Violet. HEX triplet: A5, 09 and C8. RGB value is (165,9,200). Sum of RGB (Red+Green+Blue) = 165+9+200=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #A509C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509C8 is #5AF637. Grayscale: #4C4C4C. Windows color (decimal): -5961272 or 13109669. OLE color: 13109669.

HSL color Cylindrical-coordinate representation of color #A509C8: hue angle of 289.01º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509C8 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1659200-
CMYK0.180.9600.22
HSL289.01º91.39%40.98%-
HSV(B)289.01º95.5%78.43%-
XYZ26.0412.3655.66-
YUV77.42197.18190.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=44.12%
G=2.41%
B=53.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16592000.180.9600.22289.0191.3940.98
HexA59C812600161215b29
Octal245113102214002644113351
Binary101001011001110010001001011000000101101001000011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A509C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A509C8; }

 p { color: rgb(165,9,200); }

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

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

 a { background-color: rgb(165,9,200); }

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

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

 span { border-color: rgb(165,9,200); }

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