Html Css Color HEX #AD268A Medium Red Violet

📋 copy color: '#AD268A'

red 173 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #AD268A

Tints of Medium Red Violet #AD268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 49.57%
G = 10.89%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD268A (or 0xAD268A) is known color: Medium Red Violet. HEX triplet: AD, 26 and 8A. RGB value is (173,38,138). Sum of RGB (Red+Green+Blue) = 173+38+138=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD268A is #52D975. Grayscale: #595959. Windows color (decimal): -5429622 or 9053869. OLE color: 9053869.

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

Color convert

RGB 173 38 138 -
CMYK 0 0.78 0.20 0.32
HSL 315.56º 0.64% 0.41% -
HSV(B) 315.56º 0.78% 0.68% -
XYZ 22.51 12.11 25.19 -
YUV 89.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 173 38 138 0 0.78 0.20 0.32 315.56 0.64 0.41
Hex AD 26 8A 0 4E 14 20 13C 40 29
Octal 255 46 212 0 116 24 40 474 100 51
Binary 10101101 100110 10001010 0 1001110 10100 100000 100111100 1000000 101001

Color Harmonies of #AD268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD268A

Black with #AD268A

Text Example


Text Example

White with #AD268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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