Html Css Color HEX #A312DD Dark Violet

📋 copy color: '#A312DD'

red 163 ◦ green 18 ◦ blue 221

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

Shades of Dark Violet #A312DD

Tints of Dark Violet #A312DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 40.55%
G = 4.48%
B = 54.98%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A312DD (or 0xA312DD) is known color: Dark Violet. HEX triplet: A3, 12 and DD. RGB value is (163,18,221). Sum of RGB (Red+Green+Blue) = 163+18+221=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #A312DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312DD is #5CED22. Grayscale: #535353. Windows color (decimal): -6090019 or 14488227. OLE color: 14488227.

HSL color Cylindrical-coordinate representation of color #A312DD: hue angle of 282.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A312DD is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 18 221 -
CMYK 0.26 0.92 0 0.13
HSL 282.86º 0.85% 0.47% -
HSV(B) 282.86º 0.92% 0.87% -
XYZ 28.37 13.44 69.51 -
YUV 84.5 205.04 183.99 -
System Red Green Blue C M Y K H S L
Decimal 163 18 221 0.26 0.92 0 0.13 282.86 0.85 0.47
Hex A3 12 DD 1A 5C 0 D 11B 55 2F
Octal 243 22 335 32 134 0 15 433 125 57
Binary 10100011 10010 11011101 11010 1011100 0 1101 100011011 1010101 101111

Color Harmonies of #A312DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312DD

Black with #A312DD

Text Example


Text Example

White with #A312DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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