Html Css Color HEX #AB58EF Medium Orchid

📋 copy color: '#AB58EF'

red 171 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #AB58EF

Tints of Medium Orchid #AB58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 34.34%
G = 17.67%
B = 47.99%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB58EF (or 0xAB58EF) is known color: Medium Orchid. HEX triplet: AB, 58 and EF. RGB value is (171,88,239). Sum of RGB (Red+Green+Blue) = 171+88+239=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB58EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58EF is #54A710. Grayscale: #818181. Windows color (decimal): -5547793 or 15685803. OLE color: 15685803.

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

Color convert

RGB 171 88 239 -
CMYK 0.28 0.63 0 0.06
HSL 272.98º 0.83% 0.64% -
HSV(B) 272.98º 0.63% 0.94% -
XYZ 35.86 21.87 83.99 -
YUV 130.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 171 88 239 0.28 0.63 0 0.06 272.98 0.83 0.64
Hex AB 58 EF 1C 3F 0 6 111 53 40
Octal 253 130 357 34 77 0 6 421 123 100
Binary 10101011 1011000 11101111 11100 111111 0 110 100010001 1010011 1000000

Color Harmonies of #AB58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58EF

Black with #AB58EF

Text Example


Text Example

White with #AB58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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