Html Css Color HEX #A313B7 Dark Violet

📋 copy color: '#A313B7'

red 163 ◦ green 19 ◦ blue 183

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

Shades of Dark Violet #A313B7

Tints of Dark Violet #A313B7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 44.66%
G = 5.21%
B = 50.14%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A313B7 (or 0xA313B7) is known color: Dark Violet. HEX triplet: A3, 13 and B7. RGB value is (163,19,183). Sum of RGB (Red+Green+Blue) = 163+19+183=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #A313B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313B7 is #5CEC48. Grayscale: #505050. Windows color (decimal): -6089801 or 11998115. OLE color: 11998115.

HSL color Cylindrical-coordinate representation of color #A313B7: hue angle of 292.68º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A313B7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 19 183 -
CMYK 0.11 0.90 0 0.28
HSL 292.68º 0.81% 0.4% -
HSV(B) 292.68º 0.9% 0.72% -
XYZ 23.88 11.67 45.79 -
YUV 80.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 163 19 183 0.11 0.90 0 0.28 292.68 0.81 0.4
Hex A3 13 B7 B 5A 0 1C 125 51 28
Octal 243 23 267 13 132 0 34 445 121 50
Binary 10100011 10011 10110111 1011 1011010 0 11100 100100101 1010001 101000

Color Harmonies of #A313B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313B7

Black with #A313B7

Text Example


Text Example

White with #A313B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313B7; }

 p { color: rgb(163,19,183); }

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

background-color css

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

 a { background-color: rgb(163,19,183); }

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

border-color css

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

 span { border-color: rgb(163,19,183); }

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