Html Css Color HEX #A316DB Dark Violet

📋 copy color: '#A316DB'

red 163 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #A316DB

Tints of Dark Violet #A316DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 40.35%
G = 5.45%
B = 54.21%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A316DB (or 0xA316DB) is known color: Dark Violet. HEX triplet: A3, 16 and DB. RGB value is (163,22,219). Sum of RGB (Red+Green+Blue) = 163+22+219=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A316DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316DB is #5CE924. Grayscale: #555555. Windows color (decimal): -6088997 or 14358179. OLE color: 14358179.

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

Color convert

RGB 163 22 219 -
CMYK 0.26 0.90 0 0.14
HSL 282.94º 0.82% 0.47% -
HSV(B) 282.94º 0.9% 0.86% -
XYZ 28.18 13.47 68.13 -
YUV 86.62 202.71 182.48 -
System Red Green Blue C M Y K H S L
Decimal 163 22 219 0.26 0.90 0 0.14 282.94 0.82 0.47
Hex A3 16 DB 1A 5A 0 E 11B 52 2F
Octal 243 26 333 32 132 0 16 433 122 57
Binary 10100011 10110 11011011 11010 1011010 0 1110 100011011 1010010 101111

Color Harmonies of #A316DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316DB

Black with #A316DB

Text Example


Text Example

White with #A316DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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