Html Css Color HEX #A213BC Dark Violet

📋 copy color: '#A213BC'

red 162 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A213BC

Tints of Dark Violet #A213BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 43.9%
G = 5.15%
B = 50.95%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A213BC (or 0xA213BC) is known color: Dark Violet. HEX triplet: A2, 13 and BC. RGB value is (162,19,188). Sum of RGB (Red+Green+Blue) = 162+19+188=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A213BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213BC is #5DEC43. Grayscale: #505050. Windows color (decimal): -6155332 or 12325794. OLE color: 12325794.

HSL color Cylindrical-coordinate representation of color #A213BC: hue angle of 290.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A213BC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 19 188 -
CMYK 0.14 0.90 0 0.26
HSL 290.77º 0.82% 0.41% -
HSV(B) 290.77º 0.9% 0.74% -
XYZ 24.21 11.78 48.57 -
YUV 81.02 188.38 185.76 -
System Red Green Blue C M Y K H S L
Decimal 162 19 188 0.14 0.90 0 0.26 290.77 0.82 0.41
Hex A2 13 BC E 5A 0 1A 123 52 29
Octal 242 23 274 16 132 0 32 443 122 51
Binary 10100010 10011 10111100 1110 1011010 0 11010 100100011 1010010 101001

Color Harmonies of #A213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213BC

Black with #A213BC

Text Example


Text Example

White with #A213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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