Html Css Color HEX #AB3095 Medium Red Violet

📋 copy color: '#AB3095'

red 171 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #AB3095

Tints of Medium Red Violet #AB3095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 46.47%
G = 13.04%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB3095 (or 0xAB3095) is known color: Medium Red Violet. HEX triplet: AB, 30 and 95. RGB value is (171,48,149). Sum of RGB (Red+Green+Blue) = 171+48+149=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3095 is #54CF6A. Grayscale: #606060. Windows color (decimal): -5558123 or 9777323. OLE color: 9777323.

HSL color Cylindrical-coordinate representation of color #AB3095: hue angle of 310.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3095 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 48 149 -
CMYK 0 0.72 0.13 0.33
HSL 310.73º 0.56% 0.43% -
HSV(B) 310.73º 0.72% 0.67% -
XYZ 23.28 12.94 29.7 -
YUV 96.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 171 48 149 0 0.72 0.13 0.33 310.73 0.56 0.43
Hex AB 30 95 0 48 D 21 137 38 2B
Octal 253 60 225 0 110 15 41 467 70 53
Binary 10101011 110000 10010101 0 1001000 1101 100001 100110111 111000 101011

Color Harmonies of #AB3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3095

Black with #AB3095

Text Example


Text Example

White with #AB3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3095; }

 p { color: rgb(171,48,149); }

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

background-color css

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

 a { background-color: rgb(171,48,149); }

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

border-color css

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

 span { border-color: rgb(171,48,149); }

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