Html Css Color HEX #AD1BA4 Medium Violet Red

📋 copy color: '#AD1BA4'

red 173 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #AD1BA4

Tints of Medium Violet Red #AD1BA4

RGB

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

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

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

R = 47.53%
G = 7.42%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD1BA4 (or 0xAD1BA4) is known color: Medium Violet Red. HEX triplet: AD, 1B and A4. RGB value is (173,27,164). Sum of RGB (Red+Green+Blue) = 173+27+164=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA4 is #52E45B. Grayscale: #555555. Windows color (decimal): -5432412 or 10754989. OLE color: 10754989.

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

Color convert

RGB 173 27 164 -
CMYK 0 0.84 0.05 0.32
HSL 303.7º 0.73% 0.39% -
HSV(B) 303.7º 0.84% 0.68% -
XYZ 24.33 12.35 36.22 -
YUV 86.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 173 27 164 0 0.84 0.05 0.32 303.7 0.73 0.39
Hex AD 1B A4 0 54 5 20 130 49 27
Octal 255 33 244 0 124 5 40 460 111 47
Binary 10101101 11011 10100100 0 1010100 101 100000 100110000 1001001 100111

Color Harmonies of #AD1BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BA4

Black with #AD1BA4

Text Example


Text Example

White with #AD1BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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