#AB5DEB

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

Shades of Medium Orchid #AB5DEB

Tints of Medium Orchid #AB5DEB

Color information

#AB5DEB (or 0xAB5DEB) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and EB. RGB value is (171,93,235). Sum of RGB (Red+Green+Blue) = 171+93+235=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB5DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DEB is #54A214. Grayscale: #848484. Windows color (decimal): -5546517 or 15424939. OLE color: 15424939.

HSL color Cylindrical-coordinate representation of color #AB5DEB: hue angle of 272.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5DEB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17193235-
CMYK0.270.6000.08
HSL272.96º78.02%64.31%-
HSV(B)272.96º60.43%92.16%-
XYZ35.722.4881.06-
YUV132.51185.84155.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=34.27%
G=18.64%
B=47.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171932350.270.6000.08272.9678.0264.31
HexAB5DEB1B3C081114e40
Octal2531353533374010421116100
Binary10101011101110111101011110111111000100010001000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DEB; }

 p { color: rgb(171,93,235); }

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

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

 a { background-color: rgb(171,93,235); }

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

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

 span { border-color: rgb(171,93,235); }

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