Html Css Color HEX #AB55EC Medium Orchid

📋 copy color: '#AB55EC'

red 171 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #AB55EC

Tints of Medium Orchid #AB55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 34.76%
G = 17.28%
B = 47.97%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB55EC (or 0xAB55EC) is known color: Medium Orchid. HEX triplet: AB, 55 and EC. RGB value is (171,85,236). Sum of RGB (Red+Green+Blue) = 171+85+236=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55EC is #54AA13. Grayscale: #7F7F7F. Windows color (decimal): -5548564 or 15488427. OLE color: 15488427.

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

Color convert

RGB 171 85 236 -
CMYK 0.28 0.64 0 0.07
HSL 274.17º 0.8% 0.63% -
HSV(B) 274.17º 0.64% 0.93% -
XYZ 35.18 21.21 81.6 -
YUV 127.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 171 85 236 0.28 0.64 0 0.07 274.17 0.8 0.63
Hex AB 55 EC 1C 40 0 7 112 50 3F
Octal 253 125 354 34 100 0 7 422 120 77
Binary 10101011 1010101 11101100 11100 1000000 0 111 100010010 1010000 111111

Color Harmonies of #AB55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55EC

Black with #AB55EC

Text Example


Text Example

White with #AB55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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