Html Css Color HEX #A311CC Dark Violet

📋 copy color: '#A311CC'

red 163 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #A311CC

Tints of Dark Violet #A311CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 42.45%
G = 4.43%
B = 53.13%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A311CC (or 0xA311CC) is known color: Dark Violet. HEX triplet: A3, 11 and CC. RGB value is (163,17,204). Sum of RGB (Red+Green+Blue) = 163+17+204=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A311CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311CC is #5CEE33. Grayscale: #515151. Windows color (decimal): -6090292 or 13373859. OLE color: 13373859.

HSL color Cylindrical-coordinate representation of color #A311CC: hue angle of 286.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311CC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 17 204 -
CMYK 0.20 0.92 0 0.2
HSL 286.84º 0.85% 0.43% -
HSV(B) 286.84º 0.92% 0.8% -
XYZ 26.2 12.55 58.17 -
YUV 81.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 163 17 204 0.20 0.92 0 0.2 286.84 0.85 0.43
Hex A3 11 CC 14 5C 0 14 11F 55 2B
Octal 243 21 314 24 134 0 24 437 125 53
Binary 10100011 10001 11001100 10100 1011100 0 10100 100011111 1010101 101011

Color Harmonies of #A311CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311CC

Black with #A311CC

Text Example


Text Example

White with #A311CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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