Html Css Color HEX #A312CC Dark Violet

📋 copy color: '#A312CC'

red 163 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #A312CC

Tints of Dark Violet #A312CC

RGB

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

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

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

R = 42.34%
G = 4.68%
B = 52.99%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A312CC (or 0xA312CC) is known color: Dark Violet. HEX triplet: A3, 12 and CC. RGB value is (163,18,204). Sum of RGB (Red+Green+Blue) = 163+18+204=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A312CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312CC is #5CED33. Grayscale: #515151. Windows color (decimal): -6090036 or 13374115. OLE color: 13374115.

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

Color convert

RGB 163 18 204 -
CMYK 0.20 0.91 0 0.2
HSL 286.77º 0.84% 0.44% -
HSV(B) 286.77º 0.91% 0.8% -
XYZ 26.22 12.58 58.17 -
YUV 82.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 163 18 204 0.20 0.91 0 0.2 286.77 0.84 0.44
Hex A3 12 CC 14 5B 0 14 11F 54 2C
Octal 243 22 314 24 133 0 24 437 124 54
Binary 10100011 10010 11001100 10100 1011011 0 10100 100011111 1010100 101100

Color Harmonies of #A312CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312CC

Black with #A312CC

Text Example


Text Example

White with #A312CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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