Html Css Color HEX #A314BC Dark Violet

📋 copy color: '#A314BC'

red 163 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #A314BC

Tints of Dark Violet #A314BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 43.94%
G = 5.39%
B = 50.67%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A314BC (or 0xA314BC) is known color: Dark Violet. HEX triplet: A3, 14 and BC. RGB value is (163,20,188). Sum of RGB (Red+Green+Blue) = 163+20+188=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A314BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314BC is #5CEB43. Grayscale: #515151. Windows color (decimal): -6089540 or 12326051. OLE color: 12326051.

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

Color convert

RGB 163 20 188 -
CMYK 0.13 0.89 0 0.26
HSL 291.07º 0.81% 0.41% -
HSV(B) 291.07º 0.89% 0.74% -
XYZ 24.43 11.92 48.59 -
YUV 81.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 163 20 188 0.13 0.89 0 0.26 291.07 0.81 0.41
Hex A3 14 BC D 59 0 1A 123 51 29
Octal 243 24 274 15 131 0 32 443 121 51
Binary 10100011 10100 10111100 1101 1011001 0 11010 100100011 1010001 101001

Color Harmonies of #A314BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314BC

Black with #A314BC

Text Example


Text Example

White with #A314BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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