Html Css Color HEX #AD35A2 Medium Red Violet

📋 copy color: '#AD35A2'

red 173 ◦ green 53 ◦ blue 162

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

Shades of Medium Red Violet #AD35A2

Tints of Medium Red Violet #AD35A2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.66%

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

R = 44.59%
G = 13.66%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD35A2 (or 0xAD35A2) is known color: Medium Red Violet. HEX triplet: AD, 35 and A2. RGB value is (173,53,162). Sum of RGB (Red+Green+Blue) = 173+53+162=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD35A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD35A2 is #52CA5D. Grayscale: #646464. Windows color (decimal): -5425758 or 10630573. OLE color: 10630573.

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

Color convert

RGB 173 53 162 -
CMYK 0 0.69 0.06 0.32
HSL 305.5º 0.53% 0.44% -
HSV(B) 305.5º 0.69% 0.68% -
XYZ 25.03 14.04 35.57 -
YUV 101.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 173 53 162 0 0.69 0.06 0.32 305.5 0.53 0.44
Hex AD 35 A2 0 45 6 20 132 35 2C
Octal 255 65 242 0 105 6 40 462 65 54
Binary 10101101 110101 10100010 0 1000101 110 100000 100110010 110101 101100

Color Harmonies of #AD35A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35A2

Black with #AD35A2

Text Example


Text Example

White with #AD35A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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