Html Css Color HEX #AD2BA5 Medium Red Violet

📋 copy color: '#AD2BA5'

red 173 ◦ green 43 ◦ blue 165

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

Shades of Medium Red Violet #AD2BA5

Tints of Medium Red Violet #AD2BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 45.41%
G = 11.29%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD2BA5 (or 0xAD2BA5) is known color: Medium Red Violet. HEX triplet: AD, 2B and A5. RGB value is (173,43,165). Sum of RGB (Red+Green+Blue) = 173+43+165=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BA5 is #52D45A. Grayscale: #5F5F5F. Windows color (decimal): -5428315 or 10824621. OLE color: 10824621.

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

Color convert

RGB 173 43 165 -
CMYK 0 0.75 0.05 0.32
HSL 303.69º 0.6% 0.42% -
HSV(B) 303.69º 0.75% 0.68% -
XYZ 24.89 13.33 36.86 -
YUV 95.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 173 43 165 0 0.75 0.05 0.32 303.69 0.6 0.42
Hex AD 2B A5 0 4B 5 20 130 3C 2A
Octal 255 53 245 0 113 5 40 460 74 52
Binary 10101101 101011 10100101 0 1001011 101 100000 100110000 111100 101010

Color Harmonies of #AD2BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BA5

Black with #AD2BA5

Text Example


Text Example

White with #AD2BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BA5; }

 p { color: rgb(173,43,165); }

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

background-color css

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

 a { background-color: rgb(173,43,165); }

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

border-color css

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

 span { border-color: rgb(173,43,165); }

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