Html Css Color HEX #A20CDA Dark Violet

📋 copy color: '#A20CDA'

red 162 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #A20CDA

Tints of Dark Violet #A20CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.06%

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 41.33%
G = 3.06%
B = 55.61%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A20CDA (or 0xA20CDA) is known color: Dark Violet. HEX triplet: A2, 0C and DA. RGB value is (162,12,218). Sum of RGB (Red+Green+Blue) = 162+12+218=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A20CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CDA is #5DF325. Grayscale: #4F4F4F. Windows color (decimal): -6157094 or 14290082. OLE color: 14290082.

HSL color Cylindrical-coordinate representation of color #A20CDA: hue angle of 283.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CDA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 12 218 -
CMYK 0.26 0.94 0 0.15
HSL 283.69º 0.9% 0.45% -
HSV(B) 283.69º 0.94% 0.85% -
XYZ 27.69 13.01 67.38 -
YUV 80.33 205.7 186.25 -
System Red Green Blue C M Y K H S L
Decimal 162 12 218 0.26 0.94 0 0.15 283.69 0.9 0.45
Hex A2 C DA 1A 5E 0 F 11C 5A 2D
Octal 242 14 332 32 136 0 17 434 132 55
Binary 10100010 1100 11011010 11010 1011110 0 1111 100011100 1011010 101101

Color Harmonies of #A20CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CDA

Black with #A20CDA

Text Example


Text Example

White with #A20CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CDA; }

 p { color: rgb(162,12,218); }

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

background-color css

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

 a { background-color: rgb(162,12,218); }

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

border-color css

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

 span { border-color: rgb(162,12,218); }

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