Html Css Color HEX #A214E4 Dark Violet

📋 copy color: '#A214E4'

red 162 ◦ green 20 ◦ blue 228

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

Shades of Dark Violet #A214E4

Tints of Dark Violet #A214E4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

 BLUE value IS 228 (89.45% from 255) = 55.61%

R = 39.51%
G = 4.88%
B = 55.61%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A214E4 (or 0xA214E4) is known color: Dark Violet. HEX triplet: A2, 14 and E4. RGB value is (162,20,228). Sum of RGB (Red+Green+Blue) = 162+20+228=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #A214E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214E4 is #5DEB1B. Grayscale: #555555. Windows color (decimal): -6155036 or 14947490. OLE color: 14947490.

HSL color Cylindrical-coordinate representation of color #A214E4: hue angle of 280.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A214E4 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 20 228 -
CMYK 0.29 0.91 0 0.11
HSL 280.96º 0.84% 0.49% -
HSV(B) 280.96º 0.91% 0.89% -
XYZ 29.15 13.78 74.52 -
YUV 86.17 208.04 182.09 -
System Red Green Blue C M Y K H S L
Decimal 162 20 228 0.29 0.91 0 0.11 280.96 0.84 0.49
Hex A2 14 E4 1D 5B 0 B 119 54 31
Octal 242 24 344 35 133 0 13 431 124 61
Binary 10100010 10100 11100100 11101 1011011 0 1011 100011001 1010100 110001

Color Harmonies of #A214E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214E4

Black with #A214E4

Text Example


Text Example

White with #A214E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214E4; }

 p { color: rgb(162,20,228); }

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

background-color css

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

 a { background-color: rgb(162,20,228); }

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

border-color css

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

 span { border-color: rgb(162,20,228); }

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