Html Css Color HEX #A317DA Dark Violet

📋 copy color: '#A317DA'

red 163 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #A317DA

Tints of Dark Violet #A317DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 40.35%
G = 5.69%
B = 53.96%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A317DA (or 0xA317DA) is known color: Dark Violet. HEX triplet: A3, 17 and DA. RGB value is (163,23,218). Sum of RGB (Red+Green+Blue) = 163+23+218=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #A317DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317DA is #5CE825. Grayscale: #565656. Windows color (decimal): -6088742 or 14292899. OLE color: 14292899.

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

Color convert

RGB 163 23 218 -
CMYK 0.25 0.89 0 0.15
HSL 283.08º 0.81% 0.47% -
HSV(B) 283.08º 0.89% 0.85% -
XYZ 28.07 13.46 67.45 -
YUV 87.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 163 23 218 0.25 0.89 0 0.15 283.08 0.81 0.47
Hex A3 17 DA 19 59 0 F 11B 51 2F
Octal 243 27 332 31 131 0 17 433 121 57
Binary 10100011 10111 11011010 11001 1011001 0 1111 100011011 1010001 101111

Color Harmonies of #A317DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317DA

Black with #A317DA

Text Example


Text Example

White with #A317DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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