Html Css Color HEX #AD34A4 Medium Red Violet

📋 copy color: '#AD34A4'

red 173 ◦ green 52 ◦ blue 164

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

Shades of Medium Red Violet #AD34A4

Tints of Medium Red Violet #AD34A4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 44.47%
G = 13.37%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD34A4 (or 0xAD34A4) is known color: Medium Red Violet. HEX triplet: AD, 34 and A4. RGB value is (173,52,164). Sum of RGB (Red+Green+Blue) = 173+52+164=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34A4 is #52CB5B. Grayscale: #646464. Windows color (decimal): -5426012 or 10761389. OLE color: 10761389.

HSL color Cylindrical-coordinate representation of color #AD34A4: hue angle of 304.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD34A4 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 164 -
CMYK 0 0.70 0.05 0.32
HSL 304.46º 0.54% 0.44% -
HSV(B) 304.46º 0.7% 0.68% -
XYZ 25.16 14.02 36.5 -
YUV 100.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 173 52 164 0 0.70 0.05 0.32 304.46 0.54 0.44
Hex AD 34 A4 0 46 5 20 130 36 2C
Octal 255 64 244 0 106 5 40 460 66 54
Binary 10101101 110100 10100100 0 1000110 101 100000 100110000 110110 101100

Color Harmonies of #AD34A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34A4

Black with #AD34A4

Text Example


Text Example

White with #AD34A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34A4; }

 p { color: rgb(173,52,164); }

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

background-color css

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

 a { background-color: rgb(173,52,164); }

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

border-color css

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

 span { border-color: rgb(173,52,164); }

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