Html Css Color HEX #AB2774 Medium Red Violet

📋 copy color: '#AB2774'

red 171 ◦ green 39 ◦ blue 116

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

Shades of Medium Red Violet #AB2774

Tints of Medium Red Violet #AB2774

RGB

 RED value IS 171 (67.19% from 255) = 52.45%

 GREEN value IS 39 (15.63% from 255) = 11.96%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 52.45%
G = 11.96%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB2774 (or 0xAB2774) is known color: Medium Red Violet. HEX triplet: AB, 27 and 74. RGB value is (171,39,116). Sum of RGB (Red+Green+Blue) = 171+39+116=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2774 is #54D88B. Grayscale: #575757. Windows color (decimal): -5560460 or 7612331. OLE color: 7612331.

HSL color Cylindrical-coordinate representation of color #AB2774: hue angle of 325º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2774 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 116 -
CMYK 0 0.77 0.32 0.33
HSL 325º 0.63% 0.41% -
HSV(B) 325º 0.77% 0.67% -
XYZ 20.67 11.37 17.63 -
YUV 87.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 171 39 116 0 0.77 0.32 0.33 325 0.63 0.41
Hex AB 27 74 0 4D 20 21 145 3F 29
Octal 253 47 164 0 115 40 41 505 77 51
Binary 10101011 100111 1110100 0 1001101 100000 100001 101000101 111111 101001

Color Harmonies of #AB2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2774

Black with #AB2774

Text Example


Text Example

White with #AB2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2774; }

 p { color: rgb(171,39,116); }

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

background-color css

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

 a { background-color: rgb(171,39,116); }

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

border-color css

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

 span { border-color: rgb(171,39,116); }

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