Html Css Color HEX #A20FEC Dark Violet

📋 copy color: '#A20FEC'

red 162 ◦ green 15 ◦ blue 236

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

Shades of Dark Violet #A20FEC

Tints of Dark Violet #A20FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 39.23%
G = 3.63%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A20FEC (or 0xA20FEC) is known color: Dark Violet. HEX triplet: A2, 0F and EC. RGB value is (162,15,236). Sum of RGB (Red+Green+Blue) = 162+15+236=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A20FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FEC is #5DF013. Grayscale: #535353. Windows color (decimal): -6156308 or 15470498. OLE color: 15470498.

HSL color Cylindrical-coordinate representation of color #A20FEC: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FEC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 15 236 -
CMYK 0.31 0.94 0 0.07
HSL 279.91º 0.88% 0.49% -
HSV(B) 279.91º 0.94% 0.93% -
XYZ 30.21 14.08 80.48 -
YUV 84.15 213.7 183.53 -
System Red Green Blue C M Y K H S L
Decimal 162 15 236 0.31 0.94 0 0.07 279.91 0.88 0.49
Hex A2 F EC 1F 5E 0 7 118 58 31
Octal 242 17 354 37 136 0 7 430 130 61
Binary 10100010 1111 11101100 11111 1011110 0 111 100011000 1011000 110001

Color Harmonies of #A20FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FEC

Black with #A20FEC

Text Example


Text Example

White with #A20FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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