Html Css Color HEX #A316CA Dark Violet

📋 copy color: '#A316CA'

red 163 ◦ green 22 ◦ blue 202

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

Shades of Dark Violet #A316CA

Tints of Dark Violet #A316CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 42.12%
G = 5.68%
B = 52.2%

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

#A316CA (or 0xA316CA) is known color: Dark Violet. HEX triplet: A3, 16 and CA. RGB value is (163,22,202). Sum of RGB (Red+Green+Blue) = 163+22+202=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A316CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316CA is #5CE935. Grayscale: #545454. Windows color (decimal): -6089014 or 13244067. OLE color: 13244067.

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

Color convert

RGB 163 22 202 -
CMYK 0.19 0.89 0 0.21
HSL 287º 0.8% 0.44% -
HSV(B) 287º 0.89% 0.79% -
XYZ 26.05 12.62 56.94 -
YUV 84.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 163 22 202 0.19 0.89 0 0.21 287 0.8 0.44
Hex A3 16 CA 13 59 0 15 11F 50 2C
Octal 243 26 312 23 131 0 25 437 120 54
Binary 10100011 10110 11001010 10011 1011001 0 10101 100011111 1010000 101100

Color Harmonies of #A316CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316CA

Black with #A316CA

Text Example


Text Example

White with #A316CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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