Html Css Color HEX #AB268C Medium Red Violet

📋 copy color: '#AB268C'

red 171 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #AB268C

Tints of Medium Red Violet #AB268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 49%
G = 10.89%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB268C (or 0xAB268C) is known color: Medium Red Violet. HEX triplet: AB, 26 and 8C. RGB value is (171,38,140). Sum of RGB (Red+Green+Blue) = 171+38+140=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB268C is #54D973. Grayscale: #595959. Windows color (decimal): -5560692 or 9184939. OLE color: 9184939.

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

Color convert

RGB 171 38 140 -
CMYK 0 0.78 0.18 0.33
HSL 313.99º 0.64% 0.41% -
HSV(B) 313.99º 0.78% 0.67% -
XYZ 22.22 11.94 25.94 -
YUV 89.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 171 38 140 0 0.78 0.18 0.33 313.99 0.64 0.41
Hex AB 26 8C 0 4E 12 21 13A 40 29
Octal 253 46 214 0 116 22 41 472 100 51
Binary 10101011 100110 10001100 0 1001110 10010 100001 100111010 1000000 101001

Color Harmonies of #AB268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB268C

Black with #AB268C

Text Example


Text Example

White with #AB268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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