Html Css Color HEX #AD10CF Dark Violet

📋 copy color: '#AD10CF'

red 173 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #AD10CF

Tints of Dark Violet #AD10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 43.69%
G = 4.04%
B = 52.27%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD10CF (or 0xAD10CF) is known color: Dark Violet. HEX triplet: AD, 10 and CF. RGB value is (173,16,207). Sum of RGB (Red+Green+Blue) = 173+16+207=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD10CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10CF is #52EF30. Grayscale: #545454. Windows color (decimal): -5435185 or 13570221. OLE color: 13570221.

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

Color convert

RGB 173 16 207 -
CMYK 0.16 0.92 0 0.19
HSL 289.32º 0.86% 0.44% -
HSV(B) 289.32º 0.92% 0.81% -
XYZ 28.68 13.76 60.18 -
YUV 84.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 173 16 207 0.16 0.92 0 0.19 289.32 0.86 0.44
Hex AD 10 CF 10 5C 0 13 121 56 2C
Octal 255 20 317 20 134 0 23 441 126 54
Binary 10101101 10000 11001111 10000 1011100 0 10011 100100001 1010110 101100

Color Harmonies of #AD10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10CF

Black with #AD10CF

Text Example


Text Example

White with #AD10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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