Html Css Color HEX #A20FBA Dark Violet

📋 copy color: '#A20FBA'

red 162 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #A20FBA

Tints of Dark Violet #A20FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 44.63%
G = 4.13%
B = 51.24%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A20FBA (or 0xA20FBA) is known color: Dark Violet. HEX triplet: A2, 0F and BA. RGB value is (162,15,186). Sum of RGB (Red+Green+Blue) = 162+15+186=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A20FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FBA is #5DF045. Grayscale: #4D4D4D. Windows color (decimal): -6156358 or 12193698. OLE color: 12193698.

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

Color convert

RGB 162 15 186 -
CMYK 0.13 0.92 0 0.27
HSL 291.58º 0.85% 0.39% -
HSV(B) 291.58º 0.92% 0.73% -
XYZ 23.93 11.57 47.43 -
YUV 78.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 162 15 186 0.13 0.92 0 0.27 291.58 0.85 0.39
Hex A2 F BA D 5C 0 1B 124 55 27
Octal 242 17 272 15 134 0 33 444 125 47
Binary 10100010 1111 10111010 1101 1011100 0 11011 100100100 1010101 100111

Color Harmonies of #A20FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FBA

Black with #A20FBA

Text Example


Text Example

White with #A20FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FBA; }

 p { color: rgb(162,15,186); }

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

background-color css

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

 a { background-color: rgb(162,15,186); }

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

border-color css

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

 span { border-color: rgb(162,15,186); }

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