Html Css Color HEX #AD03C3 Dark Violet

📋 copy color: '#AD03C3'

red 173 ◦ green 3 ◦ blue 195

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

Shades of Dark Violet #AD03C3

Tints of Dark Violet #AD03C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.56%

R = 46.63%
G = 0.81%
B = 52.56%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD03C3 (or 0xAD03C3) is known color: Dark Violet. HEX triplet: AD, 03 and C3. RGB value is (173,3,195). Sum of RGB (Red+Green+Blue) = 173+3+195=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD03C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03C3 is #52FC3C. Grayscale: #4B4B4B. Windows color (decimal): -5438525 or 12780461. OLE color: 12780461.

HSL color Cylindrical-coordinate representation of color #AD03C3: hue angle of 293.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03C3 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 3 195 -
CMYK 0.11 0.98 0 0.24
HSL 293.13º 0.97% 0.39% -
HSV(B) 293.13º 0.98% 0.76% -
XYZ 27.12 12.89 52.69 -
YUV 75.72 195.32 197.39 -
System Red Green Blue C M Y K H S L
Decimal 173 3 195 0.11 0.98 0 0.24 293.13 0.97 0.39
Hex AD 3 C3 B 62 0 18 125 61 27
Octal 255 3 303 13 142 0 30 445 141 47
Binary 10101101 11 11000011 1011 1100010 0 11000 100100101 1100001 100111

Color Harmonies of #AD03C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03C3

Black with #AD03C3

Text Example


Text Example

White with #AD03C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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