Html Css Color HEX #AB2690 Medium Red Violet

📋 copy color: '#AB2690'

red 171 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #AB2690

Tints of Medium Red Violet #AB2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 48.44%
G = 10.76%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB2690 (or 0xAB2690) is known color: Medium Red Violet. HEX triplet: AB, 26 and 90. RGB value is (171,38,144). Sum of RGB (Red+Green+Blue) = 171+38+144=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2690 is #54D96F. Grayscale: #595959. Windows color (decimal): -5560688 or 9447083. OLE color: 9447083.

HSL color Cylindrical-coordinate representation of color #AB2690: hue angle of 312.18º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2690 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 144 -
CMYK 0 0.78 0.16 0.33
HSL 312.18º 0.64% 0.41% -
HSV(B) 312.18º 0.78% 0.67% -
XYZ 22.52 12.06 27.53 -
YUV 89.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 171 38 144 0 0.78 0.16 0.33 312.18 0.64 0.41
Hex AB 26 90 0 4E 10 21 138 40 29
Octal 253 46 220 0 116 20 41 470 100 51
Binary 10101011 100110 10010000 0 1001110 10000 100001 100111000 1000000 101001

Color Harmonies of #AB2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2690

Black with #AB2690

Text Example


Text Example

White with #AB2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2690; }

 p { color: rgb(171,38,144); }

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

background-color css

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

 a { background-color: rgb(171,38,144); }

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

border-color css

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

 span { border-color: rgb(171,38,144); }

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