Html Css Color HEX #AD15CD Dark Violet

📋 copy color: '#AD15CD'

red 173 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #AD15CD

Tints of Dark Violet #AD15CD

RGB

 RED value IS 173 (67.97% from 255) = 43.36%

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

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

R = 43.36%
G = 5.26%
B = 51.38%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD15CD (or 0xAD15CD) is known color: Dark Violet. HEX triplet: AD, 15 and CD. RGB value is (173,21,205). Sum of RGB (Red+Green+Blue) = 173+21+205=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD15CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15CD is #52EA32. Grayscale: #565656. Windows color (decimal): -5433907 or 13440429. OLE color: 13440429.

HSL color Cylindrical-coordinate representation of color #AD15CD: hue angle of 289.57º 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 #AD15CD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 21 205 -
CMYK 0.16 0.90 0 0.20
HSL 289.57º 0.81% 0.44% -
HSV(B) 289.57º 0.9% 0.8% -
XYZ 28.52 13.83 58.92 -
YUV 87.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 173 21 205 0.16 0.90 0 0.20 289.57 0.81 0.44
Hex AD 15 CD 10 5A 0 14 122 51 2C
Octal 255 25 315 20 132 0 24 442 121 54
Binary 10101101 10101 11001101 10000 1011010 0 10100 100100010 1010001 101100

Color Harmonies of #AD15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15CD

Black with #AD15CD

Text Example


Text Example

White with #AD15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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