Html Css Color HEX #A915D1 Dark Violet

📋 copy color: '#A915D1'

red 169 ◦ green 21 ◦ blue 209

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

Shades of Dark Violet #A915D1

Tints of Dark Violet #A915D1

RGB

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

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

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

R = 42.36%
G = 5.26%
B = 52.38%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A915D1 (or 0xA915D1) is known color: Dark Violet. HEX triplet: A9, 15 and D1. RGB value is (169,21,209). Sum of RGB (Red+Green+Blue) = 169+21+209=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #A915D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915D1 is #56EA2E. Grayscale: #565656. Windows color (decimal): -5696047 or 13702569. OLE color: 13702569.

HSL color Cylindrical-coordinate representation of color #A915D1: hue angle of 287.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915D1 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 21 209 -
CMYK 0.19 0.90 0 0.18
HSL 287.23º 0.82% 0.45% -
HSV(B) 287.23º 0.9% 0.82% -
XYZ 28.14 13.57 61.46 -
YUV 86.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 169 21 209 0.19 0.90 0 0.18 287.23 0.82 0.45
Hex A9 15 D1 13 5A 0 12 11F 52 2D
Octal 251 25 321 23 132 0 22 437 122 55
Binary 10101001 10101 11010001 10011 1011010 0 10010 100011111 1010010 101101

Color Harmonies of #A915D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915D1

Black with #A915D1

Text Example


Text Example

White with #A915D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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