Html Css Color HEX #AB468D Medium Red Violet

📋 copy color: '#AB468D'

red 171 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #AB468D

Tints of Medium Red Violet #AB468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 44.76%
G = 18.32%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB468D (or 0xAB468D) is known color: Medium Red Violet. HEX triplet: AB, 46 and 8D. RGB value is (171,70,141). Sum of RGB (Red+Green+Blue) = 171+70+141=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB468D is #54B972. Grayscale: #6C6C6C. Windows color (decimal): -5552499 or 9258667. OLE color: 9258667.

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

Color convert

RGB 171 70 141 -
CMYK 0 0.59 0.18 0.33
HSL 317.82º 0.42% 0.47% -
HSV(B) 317.82º 0.59% 0.67% -
XYZ 23.79 14.96 26.83 -
YUV 108.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 171 70 141 0 0.59 0.18 0.33 317.82 0.42 0.47
Hex AB 46 8D 0 3B 12 21 13E 2A 2F
Octal 253 106 215 0 73 22 41 476 52 57
Binary 10101011 1000110 10001101 0 111011 10010 100001 100111110 101010 101111

Color Harmonies of #AB468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB468D

Black with #AB468D

Text Example


Text Example

White with #AB468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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