Html Css Color HEX #AD03DF Dark Violet

📋 copy color: '#AD03DF'

red 173 ◦ green 3 ◦ blue 223

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

Shades of Dark Violet #AD03DF

Tints of Dark Violet #AD03DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 43.36%
G = 0.75%
B = 55.89%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD03DF (or 0xAD03DF) is known color: Dark Violet. HEX triplet: AD, 03 and DF. RGB value is (173,3,223). Sum of RGB (Red+Green+Blue) = 173+3+223=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03DF is #52FC20. Grayscale: #4E4E4E. Windows color (decimal): -5438497 or 14615469. OLE color: 14615469.

HSL color Cylindrical-coordinate representation of color #AD03DF: hue angle of 286.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD03DF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 3 223 -
CMYK 0.22 0.99 0 0.13
HSL 286.36º 0.97% 0.44% -
HSV(B) 286.36º 0.99% 0.87% -
XYZ 30.59 14.28 70.96 -
YUV 78.91 209.32 195.11 -
System Red Green Blue C M Y K H S L
Decimal 173 3 223 0.22 0.99 0 0.13 286.36 0.97 0.44
Hex AD 3 DF 16 63 0 D 11E 61 2C
Octal 255 3 337 26 143 0 15 436 141 54
Binary 10101101 11 11011111 10110 1100011 0 1101 100011110 1100001 101100

Color Harmonies of #AD03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03DF

Black with #AD03DF

Text Example


Text Example

White with #AD03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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