Html Css Color HEX #AD018B Medium Violet Red

📋 copy color: '#AD018B'

red 173 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #AD018B

Tints of Medium Violet Red #AD018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 55.27%
G = 0.32%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD018B (or 0xAD018B) is known color: Medium Violet Red. HEX triplet: AD, 01 and 8B. RGB value is (173,1,139). Sum of RGB (Red+Green+Blue) = 173+1+139=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD018B is #52FE74. Grayscale: #434343. Windows color (decimal): -5439093 or 9109933. OLE color: 9109933.

HSL color Cylindrical-coordinate representation of color #AD018B: hue angle of 311.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD018B is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 139 -
CMYK 0 0.99 0.20 0.32
HSL 311.86º 0.99% 0.34% -
HSV(B) 311.86º 0.99% 0.68% -
XYZ 21.9 10.77 25.35 -
YUV 68.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 173 1 139 0 0.99 0.20 0.32 311.86 0.99 0.34
Hex AD 1 8B 0 63 14 20 138 63 22
Octal 255 1 213 0 143 24 40 470 143 42
Binary 10101101 1 10001011 0 1100011 10100 100000 100111000 1100011 100010

Color Harmonies of #AD018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD018B

Black with #AD018B

Text Example


Text Example

White with #AD018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD018B; }

 p { color: rgb(173,1,139); }

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

background-color css

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

 a { background-color: rgb(173,1,139); }

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

border-color css

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

 span { border-color: rgb(173,1,139); }

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