Html Css Color HEX #A318D1 Dark Violet

📋 copy color: '#A318D1'

red 163 ◦ green 24 ◦ blue 209

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

Shades of Dark Violet #A318D1

Tints of Dark Violet #A318D1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

 BLUE value IS 209 (82.03% from 255) = 52.78%

R = 41.16%
G = 6.06%
B = 52.78%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A318D1 (or 0xA318D1) is known color: Dark Violet. HEX triplet: A3, 18 and D1. RGB value is (163,24,209). Sum of RGB (Red+Green+Blue) = 163+24+209=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #A318D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318D1 is #5CE72E. Grayscale: #565656. Windows color (decimal): -6088495 or 13703331. OLE color: 13703331.

HSL color Cylindrical-coordinate representation of color #A318D1: hue angle of 285.08º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A318D1 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 24 209 -
CMYK 0.22 0.89 0 0.18
HSL 285.08º 0.79% 0.46% -
HSV(B) 285.08º 0.89% 0.82% -
XYZ 26.94 13.04 61.42 -
YUV 86.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 163 24 209 0.22 0.89 0 0.18 285.08 0.79 0.46
Hex A3 18 D1 16 59 0 12 11D 4F 2E
Octal 243 30 321 26 131 0 22 435 117 56
Binary 10100011 11000 11010001 10110 1011001 0 10010 100011101 1001111 101110

Color Harmonies of #A318D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318D1

Black with #A318D1

Text Example


Text Example

White with #A318D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318D1; }

 p { color: rgb(163,24,209); }

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

background-color css

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

 a { background-color: rgb(163,24,209); }

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

border-color css

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

 span { border-color: rgb(163,24,209); }

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