Html Css Color HEX #A20ABB Dark Violet

📋 copy color: '#A20ABB'

red 162 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #A20ABB

Tints of Dark Violet #A20ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

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

R = 45.13%
G = 2.79%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A20ABB (or 0xA20ABB) is known color: Dark Violet. HEX triplet: A2, 0A and BB. RGB value is (162,10,187). Sum of RGB (Red+Green+Blue) = 162+10+187=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #A20ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ABB is #5DF544. Grayscale: #4B4B4B. Windows color (decimal): -6157637 or 12257954. OLE color: 12257954.

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

Color convert

RGB 162 10 187 -
CMYK 0.13 0.95 0 0.27
HSL 291.53º 0.9% 0.39% -
HSV(B) 291.53º 0.95% 0.73% -
XYZ 23.98 11.49 47.97 -
YUV 75.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 162 10 187 0.13 0.95 0 0.27 291.53 0.9 0.39
Hex A2 A BB D 5F 0 1B 124 5A 27
Octal 242 12 273 15 137 0 33 444 132 47
Binary 10100010 1010 10111011 1101 1011111 0 11011 100100100 1011010 100111

Color Harmonies of #A20ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20ABB

Black with #A20ABB

Text Example


Text Example

White with #A20ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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