Html Css Color HEX #A20BBB Dark Violet

📋 copy color: '#A20BBB'

red 162 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #A20BBB

Tints of Dark Violet #A20BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 45%
G = 3.06%
B = 51.94%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A20BBB (or 0xA20BBB) is known color: Dark Violet. HEX triplet: A2, 0B and BB. RGB value is (162,11,187). Sum of RGB (Red+Green+Blue) = 162+11+187=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #A20BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BBB is #5DF444. Grayscale: #4B4B4B. Windows color (decimal): -6157381 or 12258210. OLE color: 12258210.

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

Color convert

RGB 162 11 187 -
CMYK 0.13 0.94 0 0.27
HSL 291.48º 0.89% 0.39% -
HSV(B) 291.48º 0.94% 0.73% -
XYZ 23.99 11.51 47.97 -
YUV 76.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 162 11 187 0.13 0.94 0 0.27 291.48 0.89 0.39
Hex A2 B BB D 5E 0 1B 123 59 27
Octal 242 13 273 15 136 0 33 443 131 47
Binary 10100010 1011 10111011 1101 1011110 0 11011 100100011 1011001 100111

Color Harmonies of #A20BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BBB

Black with #A20BBB

Text Example


Text Example

White with #A20BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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