Html Css Color HEX #AB58EC Medium Orchid

📋 copy color: '#AB58EC'

red 171 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #AB58EC

Tints of Medium Orchid #AB58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.78%

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

R = 34.55%
G = 17.78%
B = 47.68%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB58EC (or 0xAB58EC) is known color: Medium Orchid. HEX triplet: AB, 58 and EC. RGB value is (171,88,236). Sum of RGB (Red+Green+Blue) = 171+88+236=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB58EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58EC is #54A713. Grayscale: #818181. Windows color (decimal): -5547796 or 15489195. OLE color: 15489195.

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

Color convert

RGB 171 88 236 -
CMYK 0.28 0.63 0 0.07
HSL 273.65º 0.8% 0.64% -
HSV(B) 273.65º 0.63% 0.93% -
XYZ 35.42 21.69 81.68 -
YUV 129.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 171 88 236 0.28 0.63 0 0.07 273.65 0.8 0.64
Hex AB 58 EC 1C 3F 0 7 112 50 40
Octal 253 130 354 34 77 0 7 422 120 100
Binary 10101011 1011000 11101100 11100 111111 0 111 100010010 1010000 1000000

Color Harmonies of #AB58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58EC

Black with #AB58EC

Text Example


Text Example

White with #AB58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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