Html Css Color HEX #A313BC Dark Violet

📋 copy color: '#A313BC'

red 163 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A313BC

Tints of Dark Violet #A313BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 44.05%
G = 5.14%
B = 50.81%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A313BC (or 0xA313BC) is known color: Dark Violet. HEX triplet: A3, 13 and BC. RGB value is (163,19,188). Sum of RGB (Red+Green+Blue) = 163+19+188=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A313BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313BC is #5CEC43. Grayscale: #505050. Windows color (decimal): -6089796 or 12325795. OLE color: 12325795.

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

Color convert

RGB 163 19 188 -
CMYK 0.13 0.90 0 0.26
HSL 291.12º 0.82% 0.41% -
HSV(B) 291.12º 0.9% 0.74% -
XYZ 24.41 11.88 48.58 -
YUV 81.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 163 19 188 0.13 0.90 0 0.26 291.12 0.82 0.41
Hex A3 13 BC D 5A 0 1A 123 52 29
Octal 243 23 274 15 132 0 32 443 122 51
Binary 10100011 10011 10111100 1101 1011010 0 11010 100100011 1010010 101001

Color Harmonies of #A313BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313BC

Black with #A313BC

Text Example


Text Example

White with #A313BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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