Html Css Color HEX #A210C0 Dark Violet

📋 copy color: '#A210C0'

red 162 ◦ green 16 ◦ blue 192

#A210C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A210C0

Tints of Dark Violet #A210C0

RGB

 RED value IS 162 (63.67% from 255) = 43.78%

 GREEN value IS 16 (6.64% from 255) = 4.32%

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 43.78%
G = 4.32%
B = 51.89%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A210C0 (or 0xA210C0) is known color: Dark Violet. HEX triplet: A2, 10 and C0. RGB value is (162,16,192). Sum of RGB (Red+Green+Blue) = 162+16+192=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #A210C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210C0 is #5DEF3F. Grayscale: #4F4F4F. Windows color (decimal): -6156096 or 12587170. OLE color: 12587170.

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

Color convert

RGB 162 16 192 -
CMYK 0.16 0.92 0 0.25
HSL 289.77º 0.85% 0.41% -
HSV(B) 289.77º 0.92% 0.75% -
XYZ 24.6 11.86 50.86 -
YUV 79.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 162 16 192 0.16 0.92 0 0.25 289.77 0.85 0.41
Hex A2 10 C0 10 5C 0 19 122 55 29
Octal 242 20 300 20 134 0 31 442 125 51
Binary 10100010 10000 11000000 10000 1011100 0 11001 100100010 1010101 101001

Color Harmonies of #A210C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A210C0

Black with #A210C0

Text Example


Text Example

White with #A210C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A210C0; }

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

 H1.HeaderClassName
 {
   color: #A210C0;
 }
 .AnyTagClassName
 {
   color: #A210C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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