Html Css Color HEX #AB2675 Medium Red Violet

📋 copy color: '#AB2675'

red 171 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #AB2675

Tints of Medium Red Violet #AB2675

RGB

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

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

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

R = 52.45%
G = 11.66%
B = 35.89%

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

#AB2675 (or 0xAB2675) is known color: Medium Red Violet. HEX triplet: AB, 26 and 75. RGB value is (171,38,117). Sum of RGB (Red+Green+Blue) = 171+38+117=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2675 is #54D98A. Grayscale: #565656. Windows color (decimal): -5560715 or 7677611. OLE color: 7677611.

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

Color convert

RGB 171 38 117 -
CMYK 0 0.78 0.32 0.33
HSL 324.36º 0.64% 0.41% -
HSV(B) 324.36º 0.78% 0.67% -
XYZ 20.7 11.33 17.93 -
YUV 86.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 171 38 117 0 0.78 0.32 0.33 324.36 0.64 0.41
Hex AB 26 75 0 4E 20 21 144 40 29
Octal 253 46 165 0 116 40 41 504 100 51
Binary 10101011 100110 1110101 0 1001110 100000 100001 101000100 1000000 101001

Color Harmonies of #AB2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2675

Black with #AB2675

Text Example


Text Example

White with #AB2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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