Html Css Color HEX #AD15CF Dark Violet

📋 copy color: '#AD15CF'

red 173 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #AD15CF

Tints of Dark Violet #AD15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 43.14%
G = 5.24%
B = 51.62%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD15CF (or 0xAD15CF) is known color: Dark Violet. HEX triplet: AD, 15 and CF. RGB value is (173,21,207). Sum of RGB (Red+Green+Blue) = 173+21+207=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD15CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15CF is #52EA30. Grayscale: #575757. Windows color (decimal): -5433905 or 13571501. OLE color: 13571501.

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

Color convert

RGB 173 21 207 -
CMYK 0.16 0.90 0 0.19
HSL 289.03º 0.82% 0.45% -
HSV(B) 289.03º 0.9% 0.81% -
XYZ 28.76 13.93 60.2 -
YUV 87.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 173 21 207 0.16 0.90 0 0.19 289.03 0.82 0.45
Hex AD 15 CF 10 5A 0 13 121 52 2D
Octal 255 25 317 20 132 0 23 441 122 55
Binary 10101101 10101 11001111 10000 1011010 0 10011 100100001 1010010 101101

Color Harmonies of #AD15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15CF

Black with #AD15CF

Text Example


Text Example

White with #AD15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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