#AB5AED

Color #AB5AED Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AB5AED

Tints of Medium Orchid #AB5AED

Color information

#AB5AED (or 0xAB5AED) is unknown color: approx Medium Orchid. HEX triplet: AB, 5A and ED. RGB value is (171,90,237). Sum of RGB (Red+Green+Blue) = 171+90+237=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AED is #54A512. Grayscale: #828282. Windows color (decimal): -5547283 or 15555243. OLE color: 15555243.

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

Color convert

RGB17190237-
CMYK0.280.6200.07
HSL273.06º80.33%64.12%-
HSV(B)273.06º62.03%92.94%-
XYZ35.7422.0882.5-
YUV130.98187.84156.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=34.34%
G=18.07%
B=47.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171902370.280.6200.07273.0680.3364.12
HexAB5AED1C3E071115040
Octal253132355347607421120100
Binary1010101110110101110110111100111110011110001000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AED; }

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

 H1.HeaderClassName
 {
   color: #AB5AED;
 }
 .AnyTagClassName
 {
   color: #AB5AED;
 }
</style>
background-color css

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

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

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

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

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

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