Html Css Color HEX #AB49EC Medium Orchid

📋 copy color: '#AB49EC'

red 171 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #AB49EC

Tints of Medium Orchid #AB49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.21%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 35.63%
G = 15.21%
B = 49.17%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB49EC (or 0xAB49EC) is known color: Medium Orchid. HEX triplet: AB, 49 and EC. RGB value is (171,73,236). Sum of RGB (Red+Green+Blue) = 171+73+236=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB49EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49EC is #54B613. Grayscale: #787878. Windows color (decimal): -5551636 or 15485355. OLE color: 15485355.

HSL color Cylindrical-coordinate representation of color #AB49EC: hue angle of 276.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB49EC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 73 236 -
CMYK 0.28 0.69 0 0.07
HSL 276.07º 0.81% 0.61% -
HSV(B) 276.07º 0.69% 0.93% -
XYZ 34.32 19.48 81.31 -
YUV 120.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 171 73 236 0.28 0.69 0 0.07 276.07 0.81 0.61
Hex AB 49 EC 1C 45 0 7 114 51 3D
Octal 253 111 354 34 105 0 7 424 121 75
Binary 10101011 1001001 11101100 11100 1000101 0 111 100010100 1010001 111101

Color Harmonies of #AB49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49EC

Black with #AB49EC

Text Example


Text Example

White with #AB49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49EC; }

 p { color: rgb(171,73,236); }

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

background-color css

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

 a { background-color: rgb(171,73,236); }

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

border-color css

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

 span { border-color: rgb(171,73,236); }

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