Html Css Color HEX #A213EF Dark Violet

📋 copy color: '#A213EF'

red 162 ◦ green 19 ◦ blue 239

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

Shades of Dark Violet #A213EF

Tints of Dark Violet #A213EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.52%

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 38.57%
G = 4.52%
B = 56.9%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A213EF (or 0xA213EF) is known color: Dark Violet. HEX triplet: A2, 13 and EF. RGB value is (162,19,239). Sum of RGB (Red+Green+Blue) = 162+19+239=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #A213EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A213EF is #5DEC10. Grayscale: #565656. Windows color (decimal): -6155281 or 15668130. OLE color: 15668130.

HSL color Cylindrical-coordinate representation of color #A213EF: hue angle of 279º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A213EF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 19 239 -
CMYK 0.32 0.92 0 0.06
HSL 279º 0.87% 0.51% -
HSV(B) 279º 0.92% 0.94% -
XYZ 30.71 14.38 82.82 -
YUV 86.84 213.88 181.61 -
System Red Green Blue C M Y K H S L
Decimal 162 19 239 0.32 0.92 0 0.06 279 0.87 0.51
Hex A2 13 EF 20 5C 0 6 117 57 33
Octal 242 23 357 40 134 0 6 427 127 63
Binary 10100010 10011 11101111 100000 1011100 0 110 100010111 1010111 110011

Color Harmonies of #A213EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A213EF

Black with #A213EF

Text Example


Text Example

White with #A213EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A213EF; }

 p { color: rgb(162,19,239); }

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

background-color css

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

 a { background-color: rgb(162,19,239); }

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

border-color css

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

 span { border-color: rgb(162,19,239); }

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