Html Css Color HEX #A213C4 Dark Violet

📋 copy color: '#A213C4'

red 162 ◦ green 19 ◦ blue 196

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

Shades of Dark Violet #A213C4

Tints of Dark Violet #A213C4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

 BLUE value IS 196 (76.95% from 255) = 51.99%

R = 42.97%
G = 5.04%
B = 51.99%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A213C4 (or 0xA213C4) is known color: Dark Violet. HEX triplet: A2, 13 and C4. RGB value is (162,19,196). Sum of RGB (Red+Green+Blue) = 162+19+196=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #A213C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213C4 is #5DEC3B. Grayscale: #515151. Windows color (decimal): -6155324 or 12850082. OLE color: 12850082.

HSL color Cylindrical-coordinate representation of color #A213C4: hue angle of 288.47º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A213C4 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 19 196 -
CMYK 0.17 0.90 0 0.23
HSL 288.47º 0.82% 0.42% -
HSV(B) 288.47º 0.9% 0.77% -
XYZ 25.1 12.13 53.24 -
YUV 81.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 162 19 196 0.17 0.90 0 0.23 288.47 0.82 0.42
Hex A2 13 C4 11 5A 0 17 120 52 2A
Octal 242 23 304 21 132 0 27 440 122 52
Binary 10100010 10011 11000100 10001 1011010 0 10111 100100000 1010010 101010

Color Harmonies of #A213C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213C4

Black with #A213C4

Text Example


Text Example

White with #A213C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213C4; }

 p { color: rgb(162,19,196); }

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

background-color css

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

 a { background-color: rgb(162,19,196); }

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

border-color css

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

 span { border-color: rgb(162,19,196); }

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