Html Css Color HEX #AB309B Medium Red Violet

📋 copy color: '#AB309B'

red 171 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #AB309B

Tints of Medium Red Violet #AB309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 45.72%
G = 12.83%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB309B (or 0xAB309B) is known color: Medium Red Violet. HEX triplet: AB, 30 and 9B. RGB value is (171,48,155). Sum of RGB (Red+Green+Blue) = 171+48+155=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB309B is #54CF64. Grayscale: #606060. Windows color (decimal): -5558117 or 10170539. OLE color: 10170539.

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

Color convert

RGB 171 48 155 -
CMYK 0 0.72 0.09 0.33
HSL 307.8º 0.56% 0.43% -
HSV(B) 307.8º 0.72% 0.67% -
XYZ 23.77 13.14 32.29 -
YUV 96.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 171 48 155 0 0.72 0.09 0.33 307.8 0.56 0.43
Hex AB 30 9B 0 48 9 21 134 38 2B
Octal 253 60 233 0 110 11 41 464 70 53
Binary 10101011 110000 10011011 0 1001000 1001 100001 100110100 111000 101011

Color Harmonies of #AB309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB309B

Black with #AB309B

Text Example


Text Example

White with #AB309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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