Html Css Color HEX #A315BA Dark Violet

📋 copy color: '#A315BA'

red 163 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #A315BA

Tints of Dark Violet #A315BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 44.05%
G = 5.68%
B = 50.27%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A315BA (or 0xA315BA) is known color: Dark Violet. HEX triplet: A3, 15 and BA. RGB value is (163,21,186). Sum of RGB (Red+Green+Blue) = 163+21+186=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A315BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315BA is #5CEA45. Grayscale: #515151. Windows color (decimal): -6089286 or 12195235. OLE color: 12195235.

HSL color Cylindrical-coordinate representation of color #A315BA: hue angle of 291.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A315BA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 21 186 -
CMYK 0.12 0.89 0 0.27
HSL 291.64º 0.8% 0.41% -
HSV(B) 291.64º 0.89% 0.73% -
XYZ 24.24 11.87 47.47 -
YUV 82.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 163 21 186 0.12 0.89 0 0.27 291.64 0.8 0.41
Hex A3 15 BA C 59 0 1B 124 50 29
Octal 243 25 272 14 131 0 33 444 120 51
Binary 10100011 10101 10111010 1100 1011001 0 11011 100100100 1010000 101001

Color Harmonies of #A315BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315BA

Black with #A315BA

Text Example


Text Example

White with #A315BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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