Html Css Color HEX #A20BDA Dark Violet

📋 copy color: '#A20BDA'

red 162 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #A20BDA

Tints of Dark Violet #A20BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 41.43%
G = 2.81%
B = 55.75%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A20BDA (or 0xA20BDA) is known color: Dark Violet. HEX triplet: A2, 0B and DA. RGB value is (162,11,218). Sum of RGB (Red+Green+Blue) = 162+11+218=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #A20BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BDA is #5DF425. Grayscale: #4F4F4F. Windows color (decimal): -6157350 or 14289826. OLE color: 14289826.

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

Color convert

RGB 162 11 218 -
CMYK 0.26 0.95 0 0.15
HSL 283.77º 0.9% 0.45% -
HSV(B) 283.77º 0.95% 0.85% -
XYZ 27.67 12.98 67.38 -
YUV 79.75 206.03 186.67 -
System Red Green Blue C M Y K H S L
Decimal 162 11 218 0.26 0.95 0 0.15 283.77 0.9 0.45
Hex A2 B DA 1A 5F 0 F 11C 5A 2D
Octal 242 13 332 32 137 0 17 434 132 55
Binary 10100010 1011 11011010 11010 1011111 0 1111 100011100 1011010 101101

Color Harmonies of #A20BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BDA

Black with #A20BDA

Text Example


Text Example

White with #A20BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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