Html Css Color HEX #AB2375 Medium Red Violet

📋 copy color: '#AB2375'

red 171 ◦ green 35 ◦ blue 117

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

Shades of Medium Red Violet #AB2375

Tints of Medium Red Violet #AB2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

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

R = 52.94%
G = 10.84%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB2375 (or 0xAB2375) is known color: Medium Red Violet. HEX triplet: AB, 23 and 75. RGB value is (171,35,117). Sum of RGB (Red+Green+Blue) = 171+35+117=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2375 is #54DC8A. Grayscale: #545454. Windows color (decimal): -5561483 or 7676843. OLE color: 7676843.

HSL color Cylindrical-coordinate representation of color #AB2375: hue angle of 323.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2375 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 117 -
CMYK 0 0.80 0.32 0.33
HSL 323.82º 0.66% 0.4% -
HSV(B) 323.82º 0.8% 0.67% -
XYZ 20.61 11.14 17.89 -
YUV 85.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 171 35 117 0 0.80 0.32 0.33 323.82 0.66 0.4
Hex AB 23 75 0 50 20 21 144 42 28
Octal 253 43 165 0 120 40 41 504 102 50
Binary 10101011 100011 1110101 0 1010000 100000 100001 101000100 1000010 101000

Color Harmonies of #AB2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2375

Black with #AB2375

Text Example


Text Example

White with #AB2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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