Html Css Color HEX #A20FEA Dark Violet

📋 copy color: '#A20FEA'

red 162 ◦ green 15 ◦ blue 234

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

Shades of Dark Violet #A20FEA

Tints of Dark Violet #A20FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 39.42%
G = 3.65%
B = 56.93%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A20FEA (or 0xA20FEA) is known color: Dark Violet. HEX triplet: A2, 0F and EA. RGB value is (162,15,234). Sum of RGB (Red+Green+Blue) = 162+15+234=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #A20FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FEA is #5DF015. Grayscale: #535353. Windows color (decimal): -6156310 or 15339426. OLE color: 15339426.

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

Color convert

RGB 162 15 234 -
CMYK 0.31 0.94 0 0.08
HSL 280.27º 0.88% 0.49% -
HSV(B) 280.27º 0.94% 0.92% -
XYZ 29.92 13.96 78.96 -
YUV 83.92 212.7 183.69 -
System Red Green Blue C M Y K H S L
Decimal 162 15 234 0.31 0.94 0 0.08 280.27 0.88 0.49
Hex A2 F EA 1F 5E 0 8 118 58 31
Octal 242 17 352 37 136 0 10 430 130 61
Binary 10100010 1111 11101010 11111 1011110 0 1000 100011000 1011000 110001

Color Harmonies of #A20FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FEA

Black with #A20FEA

Text Example


Text Example

White with #A20FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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