Html Css Color HEX #A313BF Dark Violet

📋 copy color: '#A313BF'

red 163 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #A313BF

Tints of Dark Violet #A313BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 43.7%
G = 5.09%
B = 51.21%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A313BF (or 0xA313BF) is known color: Dark Violet. HEX triplet: A3, 13 and BF. RGB value is (163,19,191). Sum of RGB (Red+Green+Blue) = 163+19+191=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #A313BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313BF is #5CEC40. Grayscale: #515151. Windows color (decimal): -6089793 or 12522403. OLE color: 12522403.

HSL color Cylindrical-coordinate representation of color #A313BF: hue angle of 290.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A313BF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 19 191 -
CMYK 0.15 0.90 0 0.25
HSL 290.23º 0.82% 0.41% -
HSV(B) 290.23º 0.9% 0.75% -
XYZ 24.74 12.01 50.31 -
YUV 81.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 163 19 191 0.15 0.90 0 0.25 290.23 0.82 0.41
Hex A3 13 BF F 5A 0 19 122 52 29
Octal 243 23 277 17 132 0 31 442 122 51
Binary 10100011 10011 10111111 1111 1011010 0 11001 100100010 1010010 101001

Color Harmonies of #A313BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313BF

Black with #A313BF

Text Example


Text Example

White with #A313BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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