Html Css Color HEX #AB308F Medium Red Violet

📋 copy color: '#AB308F'

red 171 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #AB308F

Tints of Medium Red Violet #AB308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.5%

R = 47.24%
G = 13.26%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB308F (or 0xAB308F) is known color: Medium Red Violet. HEX triplet: AB, 30 and 8F. RGB value is (171,48,143). Sum of RGB (Red+Green+Blue) = 171+48+143=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB308F is #54CF70. Grayscale: #5F5F5F. Windows color (decimal): -5558129 or 9384107. OLE color: 9384107.

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

Color convert

RGB 171 48 143 -
CMYK 0 0.72 0.16 0.33
HSL 313.66º 0.56% 0.43% -
HSV(B) 313.66º 0.72% 0.67% -
XYZ 22.81 12.76 27.25 -
YUV 95.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 171 48 143 0 0.72 0.16 0.33 313.66 0.56 0.43
Hex AB 30 8F 0 48 10 21 13A 38 2B
Octal 253 60 217 0 110 20 41 472 70 53
Binary 10101011 110000 10001111 0 1001000 10000 100001 100111010 111000 101011

Color Harmonies of #AB308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB308F

Black with #AB308F

Text Example


Text Example

White with #AB308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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