Html Css Color HEX #A314BA Dark Violet

📋 copy color: '#A314BA'

red 163 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #A314BA

Tints of Dark Violet #A314BA

RGB

 RED value IS 163 (64.06% from 255) = 44.17%

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

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

R = 44.17%
G = 5.42%
B = 50.41%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A314BA (or 0xA314BA) is known color: Dark Violet. HEX triplet: A3, 14 and BA. RGB value is (163,20,186). Sum of RGB (Red+Green+Blue) = 163+20+186=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A314BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314BA is #5CEB45. Grayscale: #515151. Windows color (decimal): -6089542 or 12194979. OLE color: 12194979.

HSL color Cylindrical-coordinate representation of color #A314BA: hue angle of 291.69º 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 #A314BA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 20 186 -
CMYK 0.12 0.89 0 0.27
HSL 291.69º 0.81% 0.4% -
HSV(B) 291.69º 0.89% 0.73% -
XYZ 24.22 11.83 47.46 -
YUV 81.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 163 20 186 0.12 0.89 0 0.27 291.69 0.81 0.4
Hex A3 14 BA C 59 0 1B 124 51 28
Octal 243 24 272 14 131 0 33 444 121 50
Binary 10100011 10100 10111010 1100 1011001 0 11011 100100100 1010001 101000

Color Harmonies of #A314BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314BA

Black with #A314BA

Text Example


Text Example

White with #A314BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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