Html Css Color HEX #AB2695 Medium Red Violet

📋 copy color: '#AB2695'

red 171 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #AB2695

Tints of Medium Red Violet #AB2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 47.77%
G = 10.61%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB2695 (or 0xAB2695) is known color: Medium Red Violet. HEX triplet: AB, 26 and 95. RGB value is (171,38,149). Sum of RGB (Red+Green+Blue) = 171+38+149=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2695 is #54D96A. Grayscale: #5A5A5A. Windows color (decimal): -5560683 or 9774763. OLE color: 9774763.

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

Color convert

RGB 171 38 149 -
CMYK 0 0.78 0.13 0.33
HSL 309.92º 0.64% 0.41% -
HSV(B) 309.92º 0.78% 0.67% -
XYZ 22.91 12.21 29.58 -
YUV 90.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 171 38 149 0 0.78 0.13 0.33 309.92 0.64 0.41
Hex AB 26 95 0 4E D 21 136 40 29
Octal 253 46 225 0 116 15 41 466 100 51
Binary 10101011 100110 10010101 0 1001110 1101 100001 100110110 1000000 101001

Color Harmonies of #AB2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2695

Black with #AB2695

Text Example


Text Example

White with #AB2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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