Html Css Color HEX #A20BBC Dark Violet

📋 copy color: '#A20BBC'

red 162 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #A20BBC

Tints of Dark Violet #A20BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 44.88%
G = 3.05%
B = 52.08%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A20BBC (or 0xA20BBC) is known color: Dark Violet. HEX triplet: A2, 0B and BC. RGB value is (162,11,188). Sum of RGB (Red+Green+Blue) = 162+11+188=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BBC is #5DF443. Grayscale: #4B4B4B. Windows color (decimal): -6157380 or 12323746. OLE color: 12323746.

HSL color Cylindrical-coordinate representation of color #A20BBC: hue angle of 291.19º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20BBC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 11 188 -
CMYK 0.14 0.94 0 0.26
HSL 291.19º 0.89% 0.39% -
HSV(B) 291.19º 0.94% 0.74% -
XYZ 24.1 11.55 48.54 -
YUV 76.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 162 11 188 0.14 0.94 0 0.26 291.19 0.89 0.39
Hex A2 B BC E 5E 0 1A 123 59 27
Octal 242 13 274 16 136 0 32 443 131 47
Binary 10100010 1011 10111100 1110 1011110 0 11010 100100011 1011001 100111

Color Harmonies of #A20BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BBC

Black with #A20BBC

Text Example


Text Example

White with #A20BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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