Html Css Color HEX #A316CE Dark Violet

📋 copy color: '#A316CE'

red 163 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #A316CE

Tints of Dark Violet #A316CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 41.69%
G = 5.63%
B = 52.69%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A316CE (or 0xA316CE) is known color: Dark Violet. HEX triplet: A3, 16 and CE. RGB value is (163,22,206). Sum of RGB (Red+Green+Blue) = 163+22+206=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A316CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316CE is #5CE931. Grayscale: #545454. Windows color (decimal): -6089010 or 13506211. OLE color: 13506211.

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

Color convert

RGB 163 22 206 -
CMYK 0.21 0.89 0 0.19
HSL 285.98º 0.81% 0.45% -
HSV(B) 285.98º 0.89% 0.81% -
XYZ 26.53 12.82 59.47 -
YUV 85.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 163 22 206 0.21 0.89 0 0.19 285.98 0.81 0.45
Hex A3 16 CE 15 59 0 13 11E 51 2D
Octal 243 26 316 25 131 0 23 436 121 55
Binary 10100011 10110 11001110 10101 1011001 0 10011 100011110 1010001 101101

Color Harmonies of #A316CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316CE

Black with #A316CE

Text Example


Text Example

White with #A316CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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