Html Css Color HEX #AD2695 Medium Red Violet

📋 copy color: '#AD2695'

red 173 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #AD2695

Tints of Medium Red Violet #AD2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 48.06%
G = 10.56%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD2695 (or 0xAD2695) is known color: Medium Red Violet. HEX triplet: AD, 26 and 95. RGB value is (173,38,149). Sum of RGB (Red+Green+Blue) = 173+38+149=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2695 is #52D96A. Grayscale: #5A5A5A. Windows color (decimal): -5429611 or 9774765. OLE color: 9774765.

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

Color convert

RGB 173 38 149 -
CMYK 0 0.78 0.14 0.32
HSL 310.67º 0.64% 0.41% -
HSV(B) 310.67º 0.78% 0.68% -
XYZ 23.35 12.44 29.6 -
YUV 91.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 173 38 149 0 0.78 0.14 0.32 310.67 0.64 0.41
Hex AD 26 95 0 4E E 20 137 40 29
Octal 255 46 225 0 116 16 40 467 100 51
Binary 10101101 100110 10010101 0 1001110 1110 100000 100110111 1000000 101001

Color Harmonies of #AD2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2695

Black with #AD2695

Text Example


Text Example

White with #AD2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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