Html Css Color HEX #AB1092 Medium Violet Red

📋 copy color: '#AB1092'

red 171 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #AB1092

Tints of Medium Violet Red #AB1092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 51.35%
G = 4.8%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB1092 (or 0xAB1092) is known color: Medium Violet Red. HEX triplet: AB, 10 and 92. RGB value is (171,16,146). Sum of RGB (Red+Green+Blue) = 171+16+146=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1092 is #54EF6D. Grayscale: #4C4C4C. Windows color (decimal): -5566318 or 9572523. OLE color: 9572523.

HSL color Cylindrical-coordinate representation of color #AB1092: hue angle of 309.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1092 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 146 -
CMYK 0 0.91 0.15 0.33
HSL 309.68º 0.83% 0.37% -
HSV(B) 309.68º 0.91% 0.67% -
XYZ 22.17 11.1 28.17 -
YUV 77.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 171 16 146 0 0.91 0.15 0.33 309.68 0.83 0.37
Hex AB 10 92 0 5B F 21 136 53 25
Octal 253 20 222 0 133 17 41 466 123 45
Binary 10101011 10000 10010010 0 1011011 1111 100001 100110110 1010011 100101

Color Harmonies of #AB1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1092

Black with #AB1092

Text Example


Text Example

White with #AB1092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1092; }

 p { color: rgb(171,16,146); }

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

background-color css

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

 a { background-color: rgb(171,16,146); }

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

border-color css

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

 span { border-color: rgb(171,16,146); }

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