Html Css Color HEX #AB58ED Medium Orchid

📋 copy color: '#AB58ED'

red 171 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #AB58ED

Tints of Medium Orchid #AB58ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 34.48%
G = 17.74%
B = 47.78%

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

#AB58ED (or 0xAB58ED) is known color: Medium Orchid. HEX triplet: AB, 58 and ED. RGB value is (171,88,237). Sum of RGB (Red+Green+Blue) = 171+88+237=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB58ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58ED is #54A712. Grayscale: #818181. Windows color (decimal): -5547795 or 15554731. OLE color: 15554731.

HSL color Cylindrical-coordinate representation of color #AB58ED: hue angle of 273.42º degrees, saturation: 0.81, 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 #AB58ED is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 88 237 -
CMYK 0.28 0.63 0 0.07
HSL 273.42º 0.81% 0.64% -
HSV(B) 273.42º 0.63% 0.93% -
XYZ 35.57 21.75 82.44 -
YUV 129.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 171 88 237 0.28 0.63 0 0.07 273.42 0.81 0.64
Hex AB 58 ED 1C 3F 0 7 111 51 40
Octal 253 130 355 34 77 0 7 421 121 100
Binary 10101011 1011000 11101101 11100 111111 0 111 100010001 1010001 1000000

Color Harmonies of #AB58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58ED

Black with #AB58ED

Text Example


Text Example

White with #AB58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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