Html Css Color HEX #A214BB Dark Violet

📋 copy color: '#A214BB'

red 162 ◦ green 20 ◦ blue 187

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

Shades of Dark Violet #A214BB

Tints of Dark Violet #A214BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 43.9%
G = 5.42%
B = 50.68%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A214BB (or 0xA214BB) is known color: Dark Violet. HEX triplet: A2, 14 and BB. RGB value is (162,20,187). Sum of RGB (Red+Green+Blue) = 162+20+187=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A214BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214BB is #5DEB44. Grayscale: #505050. Windows color (decimal): -6155077 or 12260514. OLE color: 12260514.

HSL color Cylindrical-coordinate representation of color #A214BB: hue angle of 291.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A214BB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 20 187 -
CMYK 0.13 0.89 0 0.27
HSL 291.02º 0.81% 0.41% -
HSV(B) 291.02º 0.89% 0.73% -
XYZ 24.12 11.77 48.01 -
YUV 81.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 162 20 187 0.13 0.89 0 0.27 291.02 0.81 0.41
Hex A2 14 BB D 59 0 1B 123 51 29
Octal 242 24 273 15 131 0 33 443 121 51
Binary 10100010 10100 10111011 1101 1011001 0 11011 100100011 1010001 101001

Color Harmonies of #A214BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A214BB

Black with #A214BB

Text Example


Text Example

White with #A214BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A214BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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