Html Css Color HEX #AB0284 Medium Violet Red

📋 copy color: '#AB0284'

red 171 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #AB0284

Tints of Medium Violet Red #AB0284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 56.07%
G = 0.66%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB0284 (or 0xAB0284) is known color: Medium Violet Red. HEX triplet: AB, 02 and 84. RGB value is (171,2,132). Sum of RGB (Red+Green+Blue) = 171+2+132=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0284 is #54FD7B. Grayscale: #434343. Windows color (decimal): -5569916 or 8651435. OLE color: 8651435.

HSL color Cylindrical-coordinate representation of color #AB0284: hue angle of 313.85º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0284 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 132 -
CMYK 0 0.99 0.23 0.33
HSL 313.85º 0.98% 0.34% -
HSV(B) 313.85º 0.99% 0.67% -
XYZ 20.98 10.37 22.73 -
YUV 67.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 171 2 132 0 0.99 0.23 0.33 313.85 0.98 0.34
Hex AB 2 84 0 63 17 21 13A 62 22
Octal 253 2 204 0 143 27 41 472 142 42
Binary 10101011 10 10000100 0 1100011 10111 100001 100111010 1100010 100010

Color Harmonies of #AB0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0284

Black with #AB0284

Text Example


Text Example

White with #AB0284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0284; }

 p { color: rgb(171,2,132); }

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

background-color css

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

 a { background-color: rgb(171,2,132); }

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

border-color css

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

 span { border-color: rgb(171,2,132); }

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