Html Css Color HEX #AD1BA5 Medium Violet Red

📋 copy color: '#AD1BA5'

red 173 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #AD1BA5

Tints of Medium Violet Red #AD1BA5

RGB

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

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

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

R = 47.4%
G = 7.4%
B = 45.21%

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

#AD1BA5 (or 0xAD1BA5) is known color: Medium Violet Red. HEX triplet: AD, 1B and A5. RGB value is (173,27,165). Sum of RGB (Red+Green+Blue) = 173+27+165=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA5 is #52E45A. Grayscale: #555555. Windows color (decimal): -5432411 or 10820525. OLE color: 10820525.

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

Color convert

RGB 173 27 165 -
CMYK 0 0.84 0.05 0.32
HSL 303.29º 0.73% 0.39% -
HSV(B) 303.29º 0.84% 0.68% -
XYZ 24.42 12.38 36.7 -
YUV 86.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 173 27 165 0 0.84 0.05 0.32 303.29 0.73 0.39
Hex AD 1B A5 0 54 5 20 12F 49 27
Octal 255 33 245 0 124 5 40 457 111 47
Binary 10101101 11011 10100101 0 1010100 101 100000 100101111 1001001 100111

Color Harmonies of #AD1BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BA5

Black with #AD1BA5

Text Example


Text Example

White with #AD1BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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