Html Css Color HEX #A20DCB Dark Violet

📋 copy color: '#A20DCB'

red 162 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #A20DCB

Tints of Dark Violet #A20DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 42.86%
G = 3.44%
B = 53.7%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A20DCB (or 0xA20DCB) is known color: Dark Violet. HEX triplet: A2, 0D and CB. RGB value is (162,13,203). Sum of RGB (Red+Green+Blue) = 162+13+203=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A20DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DCB is #5DF234. Grayscale: #4E4E4E. Windows color (decimal): -6156853 or 13307298. OLE color: 13307298.

HSL color Cylindrical-coordinate representation of color #A20DCB: hue angle of 287.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DCB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 13 203 -
CMYK 0.20 0.94 0 0.20
HSL 287.05º 0.88% 0.42% -
HSV(B) 287.05º 0.94% 0.8% -
XYZ 25.82 12.28 57.51 -
YUV 79.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 162 13 203 0.20 0.94 0 0.20 287.05 0.88 0.42
Hex A2 D CB 14 5E 0 14 11F 58 2A
Octal 242 15 313 24 136 0 24 437 130 52
Binary 10100010 1101 11001011 10100 1011110 0 10100 100011111 1011000 101010

Color Harmonies of #A20DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DCB

Black with #A20DCB

Text Example


Text Example

White with #A20DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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