Html Css Color HEX #A20DBE Dark Violet

📋 copy color: '#A20DBE'

red 162 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #A20DBE

Tints of Dark Violet #A20DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 44.38%
G = 3.56%
B = 52.05%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A20DBE (or 0xA20DBE) is known color: Dark Violet. HEX triplet: A2, 0D and BE. RGB value is (162,13,190). Sum of RGB (Red+Green+Blue) = 162+13+190=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A20DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DBE is #5DF241. Grayscale: #4D4D4D. Windows color (decimal): -6156866 or 12455330. OLE color: 12455330.

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

Color convert

RGB 162 13 190 -
CMYK 0.15 0.93 0 0.25
HSL 290.51º 0.87% 0.4% -
HSV(B) 290.51º 0.93% 0.75% -
XYZ 24.34 11.69 49.69 -
YUV 77.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 162 13 190 0.15 0.93 0 0.25 290.51 0.87 0.4
Hex A2 D BE F 5D 0 19 123 57 28
Octal 242 15 276 17 135 0 31 443 127 50
Binary 10100010 1101 10111110 1111 1011101 0 11001 100100011 1010111 101000

Color Harmonies of #A20DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DBE

Black with #A20DBE

Text Example


Text Example

White with #A20DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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