Html Css Color HEX #AB0681 Medium Violet Red

📋 copy color: '#AB0681'

red 171 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #AB0681

Tints of Medium Violet Red #AB0681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 55.88%
G = 1.96%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0681 (or 0xAB0681) is known color: Medium Violet Red. HEX triplet: AB, 06 and 81. RGB value is (171,6,129). Sum of RGB (Red+Green+Blue) = 171+6+129=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0681 is #54F97E. Grayscale: #454545. Windows color (decimal): -5568895 or 8455851. OLE color: 8455851.

HSL color Cylindrical-coordinate representation of color #AB0681: hue angle of 315.27º degrees, saturation: 0.93, 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 #AB0681 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 129 -
CMYK 0 0.96 0.25 0.33
HSL 315.27º 0.93% 0.35% -
HSV(B) 315.27º 0.96% 0.67% -
XYZ 20.82 10.37 21.67 -
YUV 69.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 171 6 129 0 0.96 0.25 0.33 315.27 0.93 0.35
Hex AB 6 81 0 60 19 21 13B 5D 23
Octal 253 6 201 0 140 31 41 473 135 43
Binary 10101011 110 10000001 0 1100000 11001 100001 100111011 1011101 100011

Color Harmonies of #AB0681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0681

Black with #AB0681

Text Example


Text Example

White with #AB0681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0681; }

 p { color: rgb(171,6,129); }

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

background-color css

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

 a { background-color: rgb(171,6,129); }

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

border-color css

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

 span { border-color: rgb(171,6,129); }

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