Html Css Color HEX #AD268F Medium Red Violet

📋 copy color: '#AD268F'

red 173 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #AD268F

Tints of Medium Red Violet #AD268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 48.87%
G = 10.73%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD268F (or 0xAD268F) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8F. RGB value is (173,38,143). Sum of RGB (Red+Green+Blue) = 173+38+143=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268F is #52D970. Grayscale: #5A5A5A. Windows color (decimal): -5429617 or 9381549. OLE color: 9381549.

HSL color Cylindrical-coordinate representation of color #AD268F: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD268F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 143 -
CMYK 0 0.78 0.17 0.32
HSL 313.33º 0.64% 0.41% -
HSV(B) 313.33º 0.78% 0.68% -
XYZ 22.88 12.25 27.15 -
YUV 90.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 173 38 143 0 0.78 0.17 0.32 313.33 0.64 0.41
Hex AD 26 8F 0 4E 11 20 139 40 29
Octal 255 46 217 0 116 21 40 471 100 51
Binary 10101101 100110 10001111 0 1001110 10001 100000 100111001 1000000 101001

Color Harmonies of #AD268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD268F

Black with #AD268F

Text Example


Text Example

White with #AD268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD268F; }

 p { color: rgb(173,38,143); }

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

background-color css

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

 a { background-color: rgb(173,38,143); }

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

border-color css

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

 span { border-color: rgb(173,38,143); }

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