Html Css Color HEX #AD33A4 Medium Red Violet

📋 copy color: '#AD33A4'

red 173 ◦ green 51 ◦ blue 164

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

Shades of Medium Red Violet #AD33A4

Tints of Medium Red Violet #AD33A4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 44.59%
G = 13.14%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD33A4 (or 0xAD33A4) is known color: Medium Red Violet. HEX triplet: AD, 33 and A4. RGB value is (173,51,164). Sum of RGB (Red+Green+Blue) = 173+51+164=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33A4 is #52CC5B. Grayscale: #646464. Windows color (decimal): -5426268 or 10761133. OLE color: 10761133.

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

Color convert

RGB 173 51 164 -
CMYK 0 0.71 0.05 0.32
HSL 304.43º 0.54% 0.44% -
HSV(B) 304.43º 0.71% 0.68% -
XYZ 25.12 13.93 36.49 -
YUV 100.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 173 51 164 0 0.71 0.05 0.32 304.43 0.54 0.44
Hex AD 33 A4 0 47 5 20 130 36 2C
Octal 255 63 244 0 107 5 40 460 66 54
Binary 10101101 110011 10100100 0 1000111 101 100000 100110000 110110 101100

Color Harmonies of #AD33A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33A4

Black with #AD33A4

Text Example


Text Example

White with #AD33A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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