Html Css Color HEX #A212BD Dark Violet

📋 copy color: '#A212BD'

red 162 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #A212BD

Tints of Dark Violet #A212BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 43.9%
G = 4.88%
B = 51.22%

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

#A212BD (or 0xA212BD) is known color: Dark Violet. HEX triplet: A2, 12 and BD. RGB value is (162,18,189). Sum of RGB (Red+Green+Blue) = 162+18+189=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A212BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212BD is #5DED42. Grayscale: #505050. Windows color (decimal): -6155587 or 12391074. OLE color: 12391074.

HSL color Cylindrical-coordinate representation of color #A212BD: hue angle of 290.53º degrees, saturation: 0.83, 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 #A212BD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 18 189 -
CMYK 0.14 0.90 0 0.26
HSL 290.53º 0.83% 0.41% -
HSV(B) 290.53º 0.9% 0.74% -
XYZ 24.3 11.79 49.14 -
YUV 80.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 162 18 189 0.14 0.90 0 0.26 290.53 0.83 0.41
Hex A2 12 BD E 5A 0 1A 123 53 29
Octal 242 22 275 16 132 0 32 443 123 51
Binary 10100010 10010 10111101 1110 1011010 0 11010 100100011 1010011 101001

Color Harmonies of #A212BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A212BD

Black with #A212BD

Text Example


Text Example

White with #A212BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A212BD; }

 p { color: rgb(162,18,189); }

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

background-color css

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

 a { background-color: rgb(162,18,189); }

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

border-color css

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

 span { border-color: rgb(162,18,189); }

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