Html Css Color HEX #A316DD Dark Violet

📋 copy color: '#A316DD'

red 163 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A316DD

Tints of Dark Violet #A316DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.42%

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

R = 40.15%
G = 5.42%
B = 54.43%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A316DD (or 0xA316DD) is known color: Dark Violet. HEX triplet: A3, 16 and DD. RGB value is (163,22,221). Sum of RGB (Red+Green+Blue) = 163+22+221=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A316DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316DD is #5CE922. Grayscale: #565656. Windows color (decimal): -6088995 or 14489251. OLE color: 14489251.

HSL color Cylindrical-coordinate representation of color #A316DD: hue angle of 282.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A316DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 22 221 -
CMYK 0.26 0.90 0 0.13
HSL 282.51º 0.82% 0.48% -
HSV(B) 282.51º 0.9% 0.87% -
XYZ 28.44 13.58 69.53 -
YUV 86.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 163 22 221 0.26 0.90 0 0.13 282.51 0.82 0.48
Hex A3 16 DD 1A 5A 0 D 11B 52 30
Octal 243 26 335 32 132 0 15 433 122 60
Binary 10100011 10110 11011101 11010 1011010 0 1101 100011011 1010010 110000

Color Harmonies of #A316DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316DD

Black with #A316DD

Text Example


Text Example

White with #A316DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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