Html Css Color HEX #A214D3 Dark Violet

📋 copy color: '#A214D3'

red 162 ◦ green 20 ◦ blue 211

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

Shades of Dark Violet #A214D3

Tints of Dark Violet #A214D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 53.69%

R = 41.22%
G = 5.09%
B = 53.69%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A214D3 (or 0xA214D3) is known color: Dark Violet. HEX triplet: A2, 14 and D3. RGB value is (162,20,211). Sum of RGB (Red+Green+Blue) = 162+20+211=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #A214D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214D3 is #5DEB2C. Grayscale: #535353. Windows color (decimal): -6155053 or 13833378. OLE color: 13833378.

HSL color Cylindrical-coordinate representation of color #A214D3: hue angle of 284.61º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A214D3 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 20 211 -
CMYK 0.23 0.91 0 0.17
HSL 284.61º 0.83% 0.45% -
HSV(B) 284.61º 0.91% 0.83% -
XYZ 26.91 12.88 62.7 -
YUV 84.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 162 20 211 0.23 0.91 0 0.17 284.61 0.83 0.45
Hex A2 14 D3 17 5B 0 11 11D 53 2D
Octal 242 24 323 27 133 0 21 435 123 55
Binary 10100010 10100 11010011 10111 1011011 0 10001 100011101 1010011 101101

Color Harmonies of #A214D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214D3

Black with #A214D3

Text Example


Text Example

White with #A214D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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