Html Css Color HEX #A315BD Dark Violet

📋 copy color: '#A315BD'

red 163 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #A315BD

Tints of Dark Violet #A315BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 43.7%
G = 5.63%
B = 50.67%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A315BD (or 0xA315BD) is known color: Dark Violet. HEX triplet: A3, 15 and BD. RGB value is (163,21,189). Sum of RGB (Red+Green+Blue) = 163+21+189=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #A315BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315BD is #5CEA42. Grayscale: #525252. Windows color (decimal): -6089283 or 12391843. OLE color: 12391843.

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

Color convert

RGB 163 21 189 -
CMYK 0.14 0.89 0 0.26
HSL 290.71º 0.8% 0.41% -
HSV(B) 290.71º 0.89% 0.74% -
XYZ 24.56 12 49.17 -
YUV 82.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 163 21 189 0.14 0.89 0 0.26 290.71 0.8 0.41
Hex A3 15 BD E 59 0 1A 123 50 29
Octal 243 25 275 16 131 0 32 443 120 51
Binary 10100011 10101 10111101 1110 1011001 0 11010 100100011 1010000 101001

Color Harmonies of #A315BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A315BD

Black with #A315BD

Text Example


Text Example

White with #A315BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A315BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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