#A508BD

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

Shades of Dark Violet #A508BD

Tints of Dark Violet #A508BD

Color information

#A508BD (or 0xA508BD) is unknown color: approx Dark Violet. HEX triplet: A5, 08 and BD. RGB value is (165,8,189). Sum of RGB (Red+Green+Blue) = 165+8+189=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #A508BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508BD is #5AF742. Grayscale: #4B4B4B. Windows color (decimal): -5961539 or 12388517. OLE color: 12388517.

HSL color Cylindrical-coordinate representation of color #A508BD: hue angle of 292.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508BD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1658189-
CMYK0.130.9600.26
HSL292.04º91.88%38.63%-
HSV(B)292.04º95.77%74.12%-
XYZ24.7911.8549.12-
YUV75.58192.01191.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 8 (3.52% from 255) = 2.21%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=45.58%
G=2.21%
B=52.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16581890.130.9600.26292.0491.8838.63
HexA58BDD6001A1245c27
Octal245102751514003244413447
Binary10100101100010111101110111000000110101001001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A508BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A508BD; }

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

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

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

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

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

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

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

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