Html Css Color HEX #AD03CF Dark Violet

📋 copy color: '#AD03CF'

red 173 ◦ green 3 ◦ blue 207

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

Shades of Dark Violet #AD03CF

Tints of Dark Violet #AD03CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 45.17%
G = 0.78%
B = 54.05%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD03CF (or 0xAD03CF) is known color: Dark Violet. HEX triplet: AD, 03 and CF. RGB value is (173,3,207). Sum of RGB (Red+Green+Blue) = 173+3+207=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03CF is #52FC30. Grayscale: #4C4C4C. Windows color (decimal): -5438513 or 13566893. OLE color: 13566893.

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

Color convert

RGB 173 3 207 -
CMYK 0.16 0.99 0 0.19
HSL 290º 0.97% 0.41% -
HSV(B) 290º 0.99% 0.81% -
XYZ 28.53 13.45 60.12 -
YUV 77.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 173 3 207 0.16 0.99 0 0.19 290 0.97 0.41
Hex AD 3 CF 10 63 0 13 122 61 29
Octal 255 3 317 20 143 0 23 442 141 51
Binary 10101101 11 11001111 10000 1100011 0 10011 100100010 1100001 101001

Color Harmonies of #AD03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03CF

Black with #AD03CF

Text Example


Text Example

White with #AD03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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