Html Css Color HEX #A915CD Dark Violet

📋 copy color: '#A915CD'

red 169 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #A915CD

Tints of Dark Violet #A915CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 42.78%
G = 5.32%
B = 51.9%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A915CD (or 0xA915CD) is known color: Dark Violet. HEX triplet: A9, 15 and CD. RGB value is (169,21,205). Sum of RGB (Red+Green+Blue) = 169+21+205=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #A915CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915CD is #56EA32. Grayscale: #555555. Windows color (decimal): -5696051 or 13440425. OLE color: 13440425.

HSL color Cylindrical-coordinate representation of color #A915CD: hue angle of 288.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915CD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 21 205 -
CMYK 0.18 0.90 0 0.20
HSL 288.26º 0.81% 0.44% -
HSV(B) 288.26º 0.9% 0.8% -
XYZ 27.65 13.38 58.88 -
YUV 86.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 169 21 205 0.18 0.90 0 0.20 288.26 0.81 0.44
Hex A9 15 CD 12 5A 0 14 120 51 2C
Octal 251 25 315 22 132 0 24 440 121 54
Binary 10101001 10101 11001101 10010 1011010 0 10100 100100000 1010001 101100

Color Harmonies of #A915CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915CD

Black with #A915CD

Text Example


Text Example

White with #A915CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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