Html Css Color HEX #A20DBB Dark Violet

📋 copy color: '#A20DBB'

red 162 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #A20DBB

Tints of Dark Violet #A20DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 44.75%
G = 3.59%
B = 51.66%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A20DBB (or 0xA20DBB) is known color: Dark Violet. HEX triplet: A2, 0D and BB. RGB value is (162,13,187). Sum of RGB (Red+Green+Blue) = 162+13+187=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #A20DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DBB is #5DF244. Grayscale: #4C4C4C. Windows color (decimal): -6156869 or 12258722. OLE color: 12258722.

HSL color Cylindrical-coordinate representation of color #A20DBB: hue angle of 291.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20DBB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 13 187 -
CMYK 0.13 0.93 0 0.27
HSL 291.38º 0.87% 0.39% -
HSV(B) 291.38º 0.93% 0.73% -
XYZ 24.01 11.56 47.98 -
YUV 77.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 162 13 187 0.13 0.93 0 0.27 291.38 0.87 0.39
Hex A2 D BB D 5D 0 1B 123 57 27
Octal 242 15 273 15 135 0 33 443 127 47
Binary 10100010 1101 10111011 1101 1011101 0 11011 100100011 1010111 100111

Color Harmonies of #A20DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DBB

Black with #A20DBB

Text Example


Text Example

White with #A20DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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