Html Css Color HEX #A317DD Dark Violet

📋 copy color: '#A317DD'

red 163 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #A317DD

Tints of Dark Violet #A317DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.65%

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

R = 40.05%
G = 5.65%
B = 54.3%

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

#A317DD (or 0xA317DD) is known color: Dark Violet. HEX triplet: A3, 17 and DD. RGB value is (163,23,221). Sum of RGB (Red+Green+Blue) = 163+23+221=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #A317DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317DD is #5CE822. Grayscale: #565656. Windows color (decimal): -6088739 or 14489507. OLE color: 14489507.

HSL color Cylindrical-coordinate representation of color #A317DD: hue angle of 282.42º degrees, saturation: 0.81, 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 #A317DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 23 221 -
CMYK 0.26 0.90 0 0.13
HSL 282.42º 0.81% 0.48% -
HSV(B) 282.42º 0.9% 0.87% -
XYZ 28.46 13.62 69.54 -
YUV 87.43 203.38 181.9 -
System Red Green Blue C M Y K H S L
Decimal 163 23 221 0.26 0.90 0 0.13 282.42 0.81 0.48
Hex A3 17 DD 1A 5A 0 D 11A 51 30
Octal 243 27 335 32 132 0 15 432 121 60
Binary 10100011 10111 11011101 11010 1011010 0 1101 100011010 1010001 110000

Color Harmonies of #A317DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317DD

Black with #A317DD

Text Example


Text Example

White with #A317DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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