Html Css Color HEX #AB2698 Medium Red Violet

📋 copy color: '#AB2698'

red 171 ◦ green 38 ◦ blue 152

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

Shades of Medium Red Violet #AB2698

Tints of Medium Red Violet #AB2698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 47.37%
G = 10.53%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB2698 (or 0xAB2698) is known color: Medium Red Violet. HEX triplet: AB, 26 and 98. RGB value is (171,38,152). Sum of RGB (Red+Green+Blue) = 171+38+152=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2698 is #54D967. Grayscale: #5A5A5A. Windows color (decimal): -5560680 or 9971371. OLE color: 9971371.

HSL color Cylindrical-coordinate representation of color #AB2698: hue angle of 308.57º 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 #AB2698 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 152 -
CMYK 0 0.78 0.11 0.33
HSL 308.57º 0.64% 0.41% -
HSV(B) 308.57º 0.78% 0.67% -
XYZ 23.16 12.31 30.86 -
YUV 90.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 171 38 152 0 0.78 0.11 0.33 308.57 0.64 0.41
Hex AB 26 98 0 4E B 21 135 40 29
Octal 253 46 230 0 116 13 41 465 100 51
Binary 10101011 100110 10011000 0 1001110 1011 100001 100110101 1000000 101001

Color Harmonies of #AB2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2698

Black with #AB2698

Text Example


Text Example

White with #AB2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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