#A210BE

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

Shades of Dark Violet #A210BE

Tints of Dark Violet #A210BE

Color information

#A210BE (or 0xA210BE) is unknown color: approx Dark Violet. HEX triplet: A2, 10 and BE. RGB value is (162,16,190). Sum of RGB (Red+Green+Blue) = 162+16+190=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A210BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210BE is #5DEF41. Grayscale: #4E4E4E. Windows color (decimal): -6156098 or 12456098. OLE color: 12456098.

HSL color Cylindrical-coordinate representation of color #A210BE: hue angle of 290.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210BE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16216190-
CMYK0.150.9200.25
HSL290.34º84.47%40.39%-
HSV(B)290.34º91.58%74.51%-
XYZ24.3811.7749.7-
YUV79.49190.37186.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=44.02%
G=4.35%
B=51.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162161900.150.9200.25290.3484.4740.39
HexA210BEF5C0191225428
Octal242202761713403144212450
Binary101000101000010111110111110111000110011001000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A210BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A210BE; }

 p { color: rgb(162,16,190); }

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

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

 a { background-color: rgb(162,16,190); }

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

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

 span { border-color: rgb(162,16,190); }

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