Html Css Color HEX #AD13CF Dark Violet

📋 copy color: '#AD13CF'

red 173 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #AD13CF

Tints of Dark Violet #AD13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 43.36%
G = 4.76%
B = 51.88%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD13CF (or 0xAD13CF) is known color: Dark Violet. HEX triplet: AD, 13 and CF. RGB value is (173,19,207). Sum of RGB (Red+Green+Blue) = 173+19+207=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13CF is #52EC30. Grayscale: #555555. Windows color (decimal): -5434417 or 13570989. OLE color: 13570989.

HSL color Cylindrical-coordinate representation of color #AD13CF: hue angle of 289.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD13CF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 19 207 -
CMYK 0.16 0.91 0 0.19
HSL 289.15º 0.83% 0.44% -
HSV(B) 289.15º 0.91% 0.81% -
XYZ 28.73 13.85 60.19 -
YUV 86.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 173 19 207 0.16 0.91 0 0.19 289.15 0.83 0.44
Hex AD 13 CF 10 5B 0 13 121 53 2C
Octal 255 23 317 20 133 0 23 441 123 54
Binary 10101101 10011 11001111 10000 1011011 0 10011 100100001 1010011 101100

Color Harmonies of #AD13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13CF

Black with #AD13CF

Text Example


Text Example

White with #AD13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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