#A508C8

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

Shades of Dark Violet #A508C8

Tints of Dark Violet #A508C8

Color information

#A508C8 (or 0xA508C8) is unknown color: approx Dark Violet. HEX triplet: A5, 08 and C8. RGB value is (165,8,200). Sum of RGB (Red+Green+Blue) = 165+8+200=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #A508C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C8 is #5AF737. Grayscale: #4C4C4C. Windows color (decimal): -5961528 or 13109413. OLE color: 13109413.

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

Color convert

RGB1658200-
CMYK0.180.9600.22
HSL289.06º92.31%40.78%-
HSV(B)289.06º96%78.43%-
XYZ26.0312.3455.65-
YUV76.83197.51190.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 8 (3.52% from 255) = 2.14%
BLUE value IS 200 (78.52% from 255) = 53.62%
R=44.24%
G=2.14%
B=53.62%

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
Decimal16582000.180.9600.22289.0692.3140.78
HexA58C812600161215c29
Octal245103102214002644113451
Binary101001011000110010001001011000000101101001000011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A508C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A508C8; }

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

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

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

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

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

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

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

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