Html Css Color HEX #A312BD Dark Violet

📋 copy color: '#A312BD'

red 163 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #A312BD

Tints of Dark Violet #A312BD

RGB

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

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

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

R = 44.05%
G = 4.86%
B = 51.08%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A312BD (or 0xA312BD) is known color: Dark Violet. HEX triplet: A3, 12 and BD. RGB value is (163,18,189). Sum of RGB (Red+Green+Blue) = 163+18+189=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A312BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312BD is #5CED42. Grayscale: #505050. Windows color (decimal): -6090051 or 12391075. OLE color: 12391075.

HSL color Cylindrical-coordinate representation of color #A312BD: hue angle of 290.88º degrees, saturation: 0.83, 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 #A312BD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 18 189 -
CMYK 0.14 0.90 0 0.26
HSL 290.88º 0.83% 0.41% -
HSV(B) 290.88º 0.9% 0.74% -
XYZ 24.51 11.89 49.15 -
YUV 80.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 163 18 189 0.14 0.90 0 0.26 290.88 0.83 0.41
Hex A3 12 BD E 5A 0 1A 123 53 29
Octal 243 22 275 16 132 0 32 443 123 51
Binary 10100011 10010 10111101 1110 1011010 0 11010 100100011 1010011 101001

Color Harmonies of #A312BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312BD

Black with #A312BD

Text Example


Text Example

White with #A312BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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