Html Css Color HEX #A316C9 Dark Violet

📋 copy color: '#A316C9'

red 163 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #A316C9

Tints of Dark Violet #A316C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 42.23%
G = 5.7%
B = 52.07%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A316C9 (or 0xA316C9) is known color: Dark Violet. HEX triplet: A3, 16 and C9. RGB value is (163,22,201). Sum of RGB (Red+Green+Blue) = 163+22+201=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #A316C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316C9 is #5CE936. Grayscale: #535353. Windows color (decimal): -6089015 or 13178531. OLE color: 13178531.

HSL color Cylindrical-coordinate representation of color #A316C9: hue angle of 287.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A316C9 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 22 201 -
CMYK 0.19 0.89 0 0.21
HSL 287.26º 0.8% 0.44% -
HSV(B) 287.26º 0.89% 0.79% -
XYZ 25.93 12.58 56.32 -
YUV 84.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 163 22 201 0.19 0.89 0 0.21 287.26 0.8 0.44
Hex A3 16 C9 13 59 0 15 11F 50 2C
Octal 243 26 311 23 131 0 25 437 120 54
Binary 10100011 10110 11001001 10011 1011001 0 10101 100011111 1010000 101100

Color Harmonies of #A316C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316C9

Black with #A316C9

Text Example


Text Example

White with #A316C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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