Html Css Color HEX #AB3A7B Medium Red Violet

📋 copy color: '#AB3A7B'

red 171 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #AB3A7B

Tints of Medium Red Violet #AB3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 48.58%
G = 16.48%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB3A7B (or 0xAB3A7B) is known color: Medium Red Violet. HEX triplet: AB, 3A and 7B. RGB value is (171,58,123). Sum of RGB (Red+Green+Blue) = 171+58+123=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A7B is #54C584. Grayscale: #636363. Windows color (decimal): -5555589 or 8075947. OLE color: 8075947.

HSL color Cylindrical-coordinate representation of color #AB3A7B: hue angle of 325.49º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A7B is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 123 -
CMYK 0 0.66 0.28 0.33
HSL 325.49º 0.49% 0.45% -
HSV(B) 325.49º 0.66% 0.67% -
XYZ 21.88 13.11 20.12 -
YUV 99.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 171 58 123 0 0.66 0.28 0.33 325.49 0.49 0.45
Hex AB 3A 7B 0 42 1C 21 145 31 2D
Octal 253 72 173 0 102 34 41 505 61 55
Binary 10101011 111010 1111011 0 1000010 11100 100001 101000101 110001 101101

Color Harmonies of #AB3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A7B

Black with #AB3A7B

Text Example


Text Example

White with #AB3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A7B; }

 p { color: rgb(171,58,123); }

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

background-color css

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

 a { background-color: rgb(171,58,123); }

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

border-color css

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

 span { border-color: rgb(171,58,123); }

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