Html Css Color HEX #AD30A2 Medium Red Violet

📋 copy color: '#AD30A2'

red 173 ◦ green 48 ◦ blue 162

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

Shades of Medium Red Violet #AD30A2

Tints of Medium Red Violet #AD30A2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 45.17%
G = 12.53%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD30A2 (or 0xAD30A2) is known color: Medium Red Violet. HEX triplet: AD, 30 and A2. RGB value is (173,48,162). Sum of RGB (Red+Green+Blue) = 173+48+162=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30A2 is #52CF5D. Grayscale: #626262. Windows color (decimal): -5427038 or 10629293. OLE color: 10629293.

HSL color Cylindrical-coordinate representation of color #AD30A2: hue angle of 305.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD30A2 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 162 -
CMYK 0 0.72 0.06 0.32
HSL 305.28º 0.57% 0.43% -
HSV(B) 305.28º 0.72% 0.68% -
XYZ 24.81 13.61 35.5 -
YUV 98.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 173 48 162 0 0.72 0.06 0.32 305.28 0.57 0.43
Hex AD 30 A2 0 48 6 20 131 39 2B
Octal 255 60 242 0 110 6 40 461 71 53
Binary 10101101 110000 10100010 0 1001000 110 100000 100110001 111001 101011

Color Harmonies of #AD30A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30A2

Black with #AD30A2

Text Example


Text Example

White with #AD30A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30A2; }

 p { color: rgb(173,48,162); }

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

background-color css

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

 a { background-color: rgb(173,48,162); }

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

border-color css

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

 span { border-color: rgb(173,48,162); }

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