Html Css Color HEX #AB078C Medium Violet Red

📋 copy color: '#AB078C'

red 171 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #AB078C

Tints of Medium Violet Red #AB078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 53.77%
G = 2.2%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB078C (or 0xAB078C) is known color: Medium Violet Red. HEX triplet: AB, 07 and 8C. RGB value is (171,7,140). Sum of RGB (Red+Green+Blue) = 171+7+140=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB078C is #54F873. Grayscale: #464646. Windows color (decimal): -5568628 or 9177003. OLE color: 9177003.

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

Color convert

RGB 171 7 140 -
CMYK 0 0.96 0.18 0.33
HSL 311.34º 0.92% 0.35% -
HSV(B) 311.34º 0.96% 0.67% -
XYZ 21.6 10.7 25.74 -
YUV 71.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 171 7 140 0 0.96 0.18 0.33 311.34 0.92 0.35
Hex AB 7 8C 0 60 12 21 137 5C 23
Octal 253 7 214 0 140 22 41 467 134 43
Binary 10101011 111 10001100 0 1100000 10010 100001 100110111 1011100 100011

Color Harmonies of #AB078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB078C

Black with #AB078C

Text Example


Text Example

White with #AB078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB078C; }

 p { color: rgb(171,7,140); }

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

background-color css

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

 a { background-color: rgb(171,7,140); }

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

border-color css

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

 span { border-color: rgb(171,7,140); }

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