Html Css Color HEX #A316C5 Dark Violet

📋 copy color: '#A316C5'

red 163 ◦ green 22 ◦ blue 197

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

Shades of Dark Violet #A316C5

Tints of Dark Violet #A316C5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

 BLUE value IS 197 (77.34% from 255) = 51.57%

R = 42.67%
G = 5.76%
B = 51.57%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A316C5 (or 0xA316C5) is known color: Dark Violet. HEX triplet: A3, 16 and C5. RGB value is (163,22,197). Sum of RGB (Red+Green+Blue) = 163+22+197=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #A316C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316C5 is #5CE93A. Grayscale: #535353. Windows color (decimal): -6089019 or 12916387. OLE color: 12916387.

HSL color Cylindrical-coordinate representation of color #A316C5: hue angle of 288.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A316C5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 22 197 -
CMYK 0.17 0.89 0 0.23
HSL 288.34º 0.8% 0.43% -
HSV(B) 288.34º 0.89% 0.77% -
XYZ 25.47 12.39 53.87 -
YUV 84.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 163 22 197 0.17 0.89 0 0.23 288.34 0.8 0.43
Hex A3 16 C5 11 59 0 17 120 50 2B
Octal 243 26 305 21 131 0 27 440 120 53
Binary 10100011 10110 11000101 10001 1011001 0 10111 100100000 1010000 101011

Color Harmonies of #A316C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316C5

Black with #A316C5

Text Example


Text Example

White with #A316C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316C5; }

 p { color: rgb(163,22,197); }

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

background-color css

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

 a { background-color: rgb(163,22,197); }

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

border-color css

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

 span { border-color: rgb(163,22,197); }

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