Html Css Color HEX #AD1BA7 Medium Violet Red

📋 copy color: '#AD1BA7'

red 173 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #AD1BA7

Tints of Medium Violet Red #AD1BA7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.36%

 BLUE value IS 167 (65.63% from 255) = 45.5%

R = 47.14%
G = 7.36%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD1BA7 (or 0xAD1BA7) is known color: Medium Violet Red. HEX triplet: AD, 1B and A7. RGB value is (173,27,167). Sum of RGB (Red+Green+Blue) = 173+27+167=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA7 is #52E458. Grayscale: #565656. Windows color (decimal): -5432409 or 10951597. OLE color: 10951597.

HSL color Cylindrical-coordinate representation of color #AD1BA7: hue angle of 302.47º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1BA7 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 167 -
CMYK 0 0.84 0.03 0.32
HSL 302.47º 0.73% 0.39% -
HSV(B) 302.47º 0.84% 0.68% -
XYZ 24.6 12.46 37.67 -
YUV 86.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 173 27 167 0 0.84 0.03 0.32 302.47 0.73 0.39
Hex AD 1B A7 0 54 3 20 12E 49 27
Octal 255 33 247 0 124 3 40 456 111 47
Binary 10101101 11011 10100111 0 1010100 11 100000 100101110 1001001 100111

Color Harmonies of #AD1BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BA7

Black with #AD1BA7

Text Example


Text Example

White with #AD1BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BA7; }

 p { color: rgb(173,27,167); }

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

background-color css

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

 a { background-color: rgb(173,27,167); }

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

border-color css

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

 span { border-color: rgb(173,27,167); }

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