Html Css Color HEX #A20CBB Dark Violet

📋 copy color: '#A20CBB'

red 162 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #A20CBB

Tints of Dark Violet #A20CBB

RGB

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

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

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

R = 44.88%
G = 3.32%
B = 51.8%

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

#A20CBB (or 0xA20CBB) is known color: Dark Violet. HEX triplet: A2, 0C and BB. RGB value is (162,12,187). Sum of RGB (Red+Green+Blue) = 162+12+187=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A20CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CBB is #5DF344. Grayscale: #4C4C4C. Windows color (decimal): -6157125 or 12258466. OLE color: 12258466.

HSL color Cylindrical-coordinate representation of color #A20CBB: hue angle of 291.43º degrees, saturation: 0.88, 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 #A20CBB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 12 187 -
CMYK 0.13 0.94 0 0.27
HSL 291.43º 0.88% 0.39% -
HSV(B) 291.43º 0.94% 0.73% -
XYZ 24 11.53 47.97 -
YUV 76.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 162 12 187 0.13 0.94 0 0.27 291.43 0.88 0.39
Hex A2 C BB D 5E 0 1B 123 58 27
Octal 242 14 273 15 136 0 33 443 130 47
Binary 10100010 1100 10111011 1101 1011110 0 11011 100100011 1011000 100111

Color Harmonies of #A20CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CBB

Black with #A20CBB

Text Example


Text Example

White with #A20CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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