Html Css Color HEX #AB3485 Medium Red Violet

📋 copy color: '#AB3485'

red 171 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #AB3485

Tints of Medium Red Violet #AB3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 48.03%
G = 14.61%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB3485 (or 0xAB3485) is known color: Medium Red Violet. HEX triplet: AB, 34 and 85. RGB value is (171,52,133). Sum of RGB (Red+Green+Blue) = 171+52+133=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3485 is #54CB7A. Grayscale: #606060. Windows color (decimal): -5557115 or 8729771. OLE color: 8729771.

HSL color Cylindrical-coordinate representation of color #AB3485: hue angle of 319.16º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3485 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 133 -
CMYK 0 0.70 0.22 0.33
HSL 319.16º 0.53% 0.44% -
HSV(B) 319.16º 0.7% 0.67% -
XYZ 22.26 12.81 23.49 -
YUV 96.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 171 52 133 0 0.70 0.22 0.33 319.16 0.53 0.44
Hex AB 34 85 0 46 16 21 13F 35 2C
Octal 253 64 205 0 106 26 41 477 65 54
Binary 10101011 110100 10000101 0 1000110 10110 100001 100111111 110101 101100

Color Harmonies of #AB3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3485

Black with #AB3485

Text Example


Text Example

White with #AB3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3485; }

 p { color: rgb(171,52,133); }

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

background-color css

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

 a { background-color: rgb(171,52,133); }

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

border-color css

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

 span { border-color: rgb(171,52,133); }

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