Html Css Color HEX #A214CE Dark Violet

📋 copy color: '#A214CE'

red 162 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #A214CE

Tints of Dark Violet #A214CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 41.75%
G = 5.15%
B = 53.09%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A214CE (or 0xA214CE) is known color: Dark Violet. HEX triplet: A2, 14 and CE. RGB value is (162,20,206). Sum of RGB (Red+Green+Blue) = 162+20+206=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A214CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214CE is #5DEB31. Grayscale: #535353. Windows color (decimal): -6155058 or 13505698. OLE color: 13505698.

HSL color Cylindrical-coordinate representation of color #A214CE: hue angle of 285.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A214CE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 20 206 -
CMYK 0.21 0.90 0 0.19
HSL 285.81º 0.82% 0.44% -
HSV(B) 285.81º 0.9% 0.81% -
XYZ 26.29 12.64 59.45 -
YUV 83.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 162 20 206 0.21 0.90 0 0.19 285.81 0.82 0.44
Hex A2 14 CE 15 5A 0 13 11E 52 2C
Octal 242 24 316 25 132 0 23 436 122 54
Binary 10100010 10100 11001110 10101 1011010 0 10011 100011110 1010010 101100

Color Harmonies of #A214CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214CE

Black with #A214CE

Text Example


Text Example

White with #A214CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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