Html Css Color HEX #A915DF Dark Violet

📋 copy color: '#A915DF'

red 169 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #A915DF

Tints of Dark Violet #A915DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

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

R = 40.92%
G = 5.08%
B = 54%

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

#A915DF (or 0xA915DF) is known color: Dark Violet. HEX triplet: A9, 15 and DF. RGB value is (169,21,223). Sum of RGB (Red+Green+Blue) = 169+21+223=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #A915DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915DF is #56EA20. Grayscale: #575757. Windows color (decimal): -5696033 or 14620073. OLE color: 14620073.

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

Color convert

RGB 169 21 223 -
CMYK 0.24 0.91 0 0.13
HSL 283.96º 0.83% 0.48% -
HSV(B) 283.96º 0.91% 0.87% -
XYZ 29.95 14.3 70.99 -
YUV 88.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 169 21 223 0.24 0.91 0 0.13 283.96 0.83 0.48
Hex A9 15 DF 18 5B 0 D 11C 53 30
Octal 251 25 337 30 133 0 15 434 123 60
Binary 10101001 10101 11011111 11000 1011011 0 1101 100011100 1010011 110000

Color Harmonies of #A915DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915DF

Black with #A915DF

Text Example


Text Example

White with #A915DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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