Html Css Color HEX #A214E0 Dark Violet

📋 copy color: '#A214E0'

red 162 ◦ green 20 ◦ blue 224

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

Shades of Dark Violet #A214E0

Tints of Dark Violet #A214E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 39.9%
G = 4.93%
B = 55.17%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A214E0 (or 0xA214E0) is known color: Dark Violet. HEX triplet: A2, 14 and E0. RGB value is (162,20,224). Sum of RGB (Red+Green+Blue) = 162+20+224=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #A214E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214E0 is #5DEB1F. Grayscale: #555555. Windows color (decimal): -6155040 or 14685346. OLE color: 14685346.

HSL color Cylindrical-coordinate representation of color #A214E0: hue angle of 281.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A214E0 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 20 224 -
CMYK 0.28 0.91 0 0.12
HSL 281.76º 0.84% 0.48% -
HSV(B) 281.76º 0.91% 0.88% -
XYZ 28.61 13.56 71.63 -
YUV 85.71 206.04 182.41 -
System Red Green Blue C M Y K H S L
Decimal 162 20 224 0.28 0.91 0 0.12 281.76 0.84 0.48
Hex A2 14 E0 1C 5B 0 C 11A 54 30
Octal 242 24 340 34 133 0 14 432 124 60
Binary 10100010 10100 11100000 11100 1011011 0 1100 100011010 1010100 110000

Color Harmonies of #A214E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214E0

Black with #A214E0

Text Example


Text Example

White with #A214E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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