Html Css Color HEX #AB088D Medium Violet Red

📋 copy color: '#AB088D'

red 171 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #AB088D

Tints of Medium Violet Red #AB088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 53.44%
G = 2.5%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB088D (or 0xAB088D) is known color: Medium Violet Red. HEX triplet: AB, 08 and 8D. RGB value is (171,8,141). Sum of RGB (Red+Green+Blue) = 171+8+141=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB088D is #54F772. Grayscale: #474747. Windows color (decimal): -5568371 or 9242795. OLE color: 9242795.

HSL color Cylindrical-coordinate representation of color #AB088D: hue angle of 311.04º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB088D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 141 -
CMYK 0 0.95 0.18 0.33
HSL 311.04º 0.91% 0.35% -
HSV(B) 311.04º 0.95% 0.67% -
XYZ 21.69 10.75 26.13 -
YUV 71.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 171 8 141 0 0.95 0.18 0.33 311.04 0.91 0.35
Hex AB 8 8D 0 5F 12 21 137 5B 23
Octal 253 10 215 0 137 22 41 467 133 43
Binary 10101011 1000 10001101 0 1011111 10010 100001 100110111 1011011 100011

Color Harmonies of #AB088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB088D

Black with #AB088D

Text Example


Text Example

White with #AB088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB088D; }

 p { color: rgb(171,8,141); }

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

background-color css

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

 a { background-color: rgb(171,8,141); }

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

border-color css

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

 span { border-color: rgb(171,8,141); }

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