Html Css Color HEX #A319D8 Dark Violet

📋 copy color: '#A319D8'

red 163 ◦ green 25 ◦ blue 216

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

Shades of Dark Violet #A319D8

Tints of Dark Violet #A319D8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 40.35%
G = 6.19%
B = 53.47%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A319D8 (or 0xA319D8) is known color: Dark Violet. HEX triplet: A3, 19 and D8. RGB value is (163,25,216). Sum of RGB (Red+Green+Blue) = 163+25+216=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #A319D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319D8 is #5CE627. Grayscale: #575757. Windows color (decimal): -6088232 or 14162339. OLE color: 14162339.

HSL color Cylindrical-coordinate representation of color #A319D8: hue angle of 283.35º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A319D8 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 25 216 -
CMYK 0.25 0.88 0 0.15
HSL 283.35º 0.79% 0.47% -
HSV(B) 283.35º 0.88% 0.85% -
XYZ 27.85 13.44 66.09 -
YUV 88.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 163 25 216 0.25 0.88 0 0.15 283.35 0.79 0.47
Hex A3 19 D8 19 58 0 F 11B 4F 2F
Octal 243 31 330 31 130 0 17 433 117 57
Binary 10100011 11001 11011000 11001 1011000 0 1111 100011011 1001111 101111

Color Harmonies of #A319D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319D8

Black with #A319D8

Text Example


Text Example

White with #A319D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319D8; }

 p { color: rgb(163,25,216); }

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

background-color css

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

 a { background-color: rgb(163,25,216); }

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

border-color css

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

 span { border-color: rgb(163,25,216); }

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