Html Css Color HEX #A311BD Dark Violet

📋 copy color: '#A311BD'

red 163 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #A311BD

Tints of Dark Violet #A311BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.61%

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

R = 44.17%
G = 4.61%
B = 51.22%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A311BD (or 0xA311BD) is known color: Dark Violet. HEX triplet: A3, 11 and BD. RGB value is (163,17,189). Sum of RGB (Red+Green+Blue) = 163+17+189=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A311BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311BD is #5CEE42. Grayscale: #4F4F4F. Windows color (decimal): -6090307 or 12390819. OLE color: 12390819.

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

Color convert

RGB 163 17 189 -
CMYK 0.14 0.91 0 0.26
HSL 290.93º 0.83% 0.4% -
HSV(B) 290.93º 0.91% 0.74% -
XYZ 24.49 11.86 49.14 -
YUV 80.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 163 17 189 0.14 0.91 0 0.26 290.93 0.83 0.4
Hex A3 11 BD E 5B 0 1A 123 53 28
Octal 243 21 275 16 133 0 32 443 123 50
Binary 10100011 10001 10111101 1110 1011011 0 11010 100100011 1010011 101000

Color Harmonies of #A311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311BD

Black with #A311BD

Text Example


Text Example

White with #A311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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