Html Css Color HEX #A20FBE Dark Violet

📋 copy color: '#A20FBE'

red 162 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #A20FBE

Tints of Dark Violet #A20FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 44.14%
G = 4.09%
B = 51.77%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A20FBE (or 0xA20FBE) is known color: Dark Violet. HEX triplet: A2, 0F and BE. RGB value is (162,15,190). Sum of RGB (Red+Green+Blue) = 162+15+190=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #A20FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FBE is #5DF041. Grayscale: #4E4E4E. Windows color (decimal): -6156354 or 12455842. OLE color: 12455842.

HSL color Cylindrical-coordinate representation of color #A20FBE: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FBE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 15 190 -
CMYK 0.15 0.92 0 0.25
HSL 290.4º 0.85% 0.4% -
HSV(B) 290.4º 0.92% 0.75% -
XYZ 24.37 11.74 49.7 -
YUV 78.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 162 15 190 0.15 0.92 0 0.25 290.4 0.85 0.4
Hex A2 F BE F 5C 0 19 122 55 28
Octal 242 17 276 17 134 0 31 442 125 50
Binary 10100010 1111 10111110 1111 1011100 0 11001 100100010 1010101 101000

Color Harmonies of #A20FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FBE

Black with #A20FBE

Text Example


Text Example

White with #A20FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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