Html Css Color HEX #A514BA Dark Violet

📋 copy color: '#A514BA'

red 165 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #A514BA

Tints of Dark Violet #A514BA

RGB

 RED value IS 165 (64.84% from 255) = 44.47%

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 44.47%
G = 5.39%
B = 50.13%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A514BA (or 0xA514BA) is known color: Dark Violet. HEX triplet: A5, 14 and BA. RGB value is (165,20,186). Sum of RGB (Red+Green+Blue) = 165+20+186=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A514BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514BA is #5AEB45. Grayscale: #515151. Windows color (decimal): -5958470 or 12194981. OLE color: 12194981.

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

Color convert

RGB 165 20 186 -
CMYK 0.11 0.89 0 0.27
HSL 292.41º 0.81% 0.4% -
HSV(B) 292.41º 0.89% 0.73% -
XYZ 24.63 12.04 47.48 -
YUV 82.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 165 20 186 0.11 0.89 0 0.27 292.41 0.81 0.4
Hex A5 14 BA B 59 0 1B 124 51 28
Octal 245 24 272 13 131 0 33 444 121 50
Binary 10100101 10100 10111010 1011 1011001 0 11011 100100100 1010001 101000

Color Harmonies of #A514BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514BA

Black with #A514BA

Text Example


Text Example

White with #A514BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514BA; }

 p { color: rgb(165,20,186); }

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

background-color css

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

 a { background-color: rgb(165,20,186); }

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

border-color css

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

 span { border-color: rgb(165,20,186); }

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