Html Css Color HEX #A315CE Dark Violet

📋 copy color: '#A315CE'

red 163 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #A315CE

Tints of Dark Violet #A315CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

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

R = 41.79%
G = 5.38%
B = 52.82%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A315CE (or 0xA315CE) is known color: Dark Violet. HEX triplet: A3, 15 and CE. RGB value is (163,21,206). Sum of RGB (Red+Green+Blue) = 163+21+206=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #A315CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315CE is #5CEA31. Grayscale: #535353. Windows color (decimal): -6089266 or 13505955. OLE color: 13505955.

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

Color convert

RGB 163 21 206 -
CMYK 0.21 0.90 0 0.19
HSL 286.05º 0.81% 0.45% -
HSV(B) 286.05º 0.9% 0.81% -
XYZ 26.51 12.78 59.46 -
YUV 84.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 163 21 206 0.21 0.90 0 0.19 286.05 0.81 0.45
Hex A3 15 CE 15 5A 0 13 11E 51 2D
Octal 243 25 316 25 132 0 23 436 121 55
Binary 10100011 10101 11001110 10101 1011010 0 10011 100011110 1010001 101101

Color Harmonies of #A315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315CE

Black with #A315CE

Text Example


Text Example

White with #A315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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