Html Css Color HEX #A312BC Dark Violet

📋 copy color: '#A312BC'

red 163 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #A312BC

Tints of Dark Violet #A312BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 44.17%
G = 4.88%
B = 50.95%

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

#A312BC (or 0xA312BC) is known color: Dark Violet. HEX triplet: A3, 12 and BC. RGB value is (163,18,188). Sum of RGB (Red+Green+Blue) = 163+18+188=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A312BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312BC is #5CED43. Grayscale: #505050. Windows color (decimal): -6090052 or 12325539. OLE color: 12325539.

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

Color convert

RGB 163 18 188 -
CMYK 0.13 0.90 0 0.26
HSL 291.18º 0.83% 0.4% -
HSV(B) 291.18º 0.9% 0.74% -
XYZ 24.4 11.85 48.58 -
YUV 80.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 163 18 188 0.13 0.90 0 0.26 291.18 0.83 0.4
Hex A3 12 BC D 5A 0 1A 123 53 28
Octal 243 22 274 15 132 0 32 443 123 50
Binary 10100011 10010 10111100 1101 1011010 0 11010 100100011 1010011 101000

Color Harmonies of #A312BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312BC

Black with #A312BC

Text Example


Text Example

White with #A312BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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