Html Css Color HEX #AB2575 Medium Red Violet

📋 copy color: '#AB2575'

red 171 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #AB2575

Tints of Medium Red Violet #AB2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 52.62%
G = 11.38%
B = 36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB2575 (or 0xAB2575) is known color: Medium Red Violet. HEX triplet: AB, 25 and 75. RGB value is (171,37,117). Sum of RGB (Red+Green+Blue) = 171+37+117=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2575 is #54DA8A. Grayscale: #565656. Windows color (decimal): -5560971 or 7677355. OLE color: 7677355.

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

Color convert

RGB 171 37 117 -
CMYK 0 0.78 0.32 0.33
HSL 324.18º 0.64% 0.41% -
HSV(B) 324.18º 0.78% 0.67% -
XYZ 20.67 11.27 17.91 -
YUV 86.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 171 37 117 0 0.78 0.32 0.33 324.18 0.64 0.41
Hex AB 25 75 0 4E 20 21 144 40 29
Octal 253 45 165 0 116 40 41 504 100 51
Binary 10101011 100101 1110101 0 1001110 100000 100001 101000100 1000000 101001

Color Harmonies of #AB2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2575

Black with #AB2575

Text Example


Text Example

White with #AB2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2575; }

 p { color: rgb(171,37,117); }

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

background-color css

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

 a { background-color: rgb(171,37,117); }

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

border-color css

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

 span { border-color: rgb(171,37,117); }

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