Html Css Color HEX #AD2BA8 Medium Red Violet

📋 copy color: '#AD2BA8'

red 173 ◦ green 43 ◦ blue 168

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

Shades of Medium Red Violet #AD2BA8

Tints of Medium Red Violet #AD2BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.75%

R = 45.05%
G = 11.2%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD2BA8 (or 0xAD2BA8) is known color: Medium Red Violet. HEX triplet: AD, 2B and A8. RGB value is (173,43,168). Sum of RGB (Red+Green+Blue) = 173+43+168=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BA8 is #52D457. Grayscale: #5F5F5F. Windows color (decimal): -5428312 or 11021229. OLE color: 11021229.

HSL color Cylindrical-coordinate representation of color #AD2BA8: hue angle of 302.31º 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 #AD2BA8 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 168 -
CMYK 0 0.75 0.03 0.32
HSL 302.31º 0.6% 0.42% -
HSV(B) 302.31º 0.75% 0.68% -
XYZ 25.17 13.44 38.31 -
YUV 96.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 173 43 168 0 0.75 0.03 0.32 302.31 0.6 0.42
Hex AD 2B A8 0 4B 3 20 12E 3C 2A
Octal 255 53 250 0 113 3 40 456 74 52
Binary 10101101 101011 10101000 0 1001011 11 100000 100101110 111100 101010

Color Harmonies of #AD2BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BA8

Black with #AD2BA8

Text Example


Text Example

White with #AD2BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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