Html Css Color HEX #AD07CF Dark Violet

📋 copy color: '#AD07CF'

red 173 ◦ green 7 ◦ blue 207

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

Shades of Dark Violet #AD07CF

Tints of Dark Violet #AD07CF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 44.7%
G = 1.81%
B = 53.49%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD07CF (or 0xAD07CF) is known color: Dark Violet. HEX triplet: AD, 07 and CF. RGB value is (173,7,207). Sum of RGB (Red+Green+Blue) = 173+7+207=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD07CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07CF is #52F830. Grayscale: #4E4E4E. Windows color (decimal): -5437489 or 13567917. OLE color: 13567917.

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

Color convert

RGB 173 7 207 -
CMYK 0.16 0.97 0 0.19
HSL 289.8º 0.93% 0.42% -
HSV(B) 289.8º 0.97% 0.81% -
XYZ 28.57 13.54 60.14 -
YUV 79.43 200 194.74 -
System Red Green Blue C M Y K H S L
Decimal 173 7 207 0.16 0.97 0 0.19 289.8 0.93 0.42
Hex AD 7 CF 10 61 0 13 122 5D 2A
Octal 255 7 317 20 141 0 23 442 135 52
Binary 10101101 111 11001111 10000 1100001 0 10011 100100010 1011101 101010

Color Harmonies of #AD07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07CF

Black with #AD07CF

Text Example


Text Example

White with #AD07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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