#A510BB

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

Shades of Dark Violet #A510BB

Tints of Dark Violet #A510BB

Color information

#A510BB (or 0xA510BB) is unknown color: approx Dark Violet. HEX triplet: A5, 10 and BB. RGB value is (165,16,187). Sum of RGB (Red+Green+Blue) = 165+16+187=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #A510BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510BB is #5AEF44. Grayscale: #4F4F4F. Windows color (decimal): -5959493 or 12259493. OLE color: 12259493.

HSL color Cylindrical-coordinate representation of color #A510BB: hue angle of 292.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510BB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16516187-
CMYK0.120.9100.27
HSL292.28º84.24%39.8%-
HSV(B)292.28º91.44%73.33%-
XYZ24.6711.9648.02-
YUV80.04188.36188.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=44.84%
G=4.35%
B=50.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165161870.120.9100.27292.2884.2439.8
HexA510BBC5B01B1245428
Octal245202731413303344412450
Binary101001011000010111011110010110110110111001001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A510BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A510BB; }

 p { color: rgb(165,16,187); }

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

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

 a { background-color: rgb(165,16,187); }

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

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

 span { border-color: rgb(165,16,187); }

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