Html Css Color HEX #A913DF Dark Violet

📋 copy color: '#A913DF'

red 169 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #A913DF

Tints of Dark Violet #A913DF

RGB

 RED value IS 169 (66.41% from 255) = 41.12%

 GREEN value IS 19 (7.81% from 255) = 4.62%

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 41.12%
G = 4.62%
B = 54.26%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A913DF (or 0xA913DF) is known color: Dark Violet. HEX triplet: A9, 13 and DF. RGB value is (169,19,223). Sum of RGB (Red+Green+Blue) = 169+19+223=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #A913DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913DF is #56EC20. Grayscale: #565656. Windows color (decimal): -5696545 or 14619561. OLE color: 14619561.

HSL color Cylindrical-coordinate representation of color #A913DF: hue angle of 284.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913DF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 19 223 -
CMYK 0.24 0.91 0 0.13
HSL 284.12º 0.84% 0.47% -
HSV(B) 284.12º 0.91% 0.87% -
XYZ 29.91 14.23 70.98 -
YUV 87.11 204.7 186.41 -
System Red Green Blue C M Y K H S L
Decimal 169 19 223 0.24 0.91 0 0.13 284.12 0.84 0.47
Hex A9 13 DF 18 5B 0 D 11C 54 2F
Octal 251 23 337 30 133 0 15 434 124 57
Binary 10101001 10011 11011111 11000 1011011 0 1101 100011100 1010100 101111

Color Harmonies of #A913DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A913DF

Black with #A913DF

Text Example


Text Example

White with #A913DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A913DF; }

 p { color: rgb(169,19,223); }

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

background-color css

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

 a { background-color: rgb(169,19,223); }

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

border-color css

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

 span { border-color: rgb(169,19,223); }

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