Html Css Color HEX #A20CB4 Dark Violet

📋 copy color: '#A20CB4'

red 162 ◦ green 12 ◦ blue 180

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

Shades of Dark Violet #A20CB4

Tints of Dark Violet #A20CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.85%

R = 45.76%
G = 3.39%
B = 50.85%

CMYK

 C value IS 0.1

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A20CB4 (or 0xA20CB4) is known color: Dark Violet. HEX triplet: A2, 0C and B4. RGB value is (162,12,180). Sum of RGB (Red+Green+Blue) = 162+12+180=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #A20CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CB4 is #5DF34B. Grayscale: #4B4B4B. Windows color (decimal): -6157132 or 11799714. OLE color: 11799714.

HSL color Cylindrical-coordinate representation of color #A20CB4: hue angle of 293.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CB4 is Cyan = 0.1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 12 180 -
CMYK 0.1 0.93 0 0.29
HSL 293.57º 0.88% 0.38% -
HSV(B) 293.57º 0.93% 0.71% -
XYZ 23.27 11.24 44.12 -
YUV 76 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 162 12 180 0.1 0.93 0 0.29 293.57 0.88 0.38
Hex A2 C B4 A 5D 0 1D 126 58 26
Octal 242 14 264 12 135 0 35 446 130 46
Binary 10100010 1100 10110100 1010 1011101 0 11101 100100110 1011000 100110

Color Harmonies of #A20CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CB4

Black with #A20CB4

Text Example


Text Example

White with #A20CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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