#AB5ACC

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

Shades of Medium Orchid #AB5ACC

Tints of Medium Orchid #AB5ACC

Color information

#AB5ACC (or 0xAB5ACC) is unknown color: approx Medium Orchid. HEX triplet: AB, 5A and CC. RGB value is (171,90,204). Sum of RGB (Red+Green+Blue) = 171+90+204=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ACC is #54A533. Grayscale: #7E7E7E. Windows color (decimal): -5547316 or 13392555. OLE color: 13392555.

HSL color Cylindrical-coordinate representation of color #AB5ACC: hue angle of 282.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5ACC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17190204-
CMYK0.160.5600.2
HSL282.63º52.78%57.65%-
HSV(B)282.63º55.88%80%-
XYZ31.3520.3359.4-
YUV127.22171.34159.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=36.77%
G=19.35%
B=43.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171902040.160.5600.2282.6352.7857.65
HexAB5ACC103801411b353a
Octal25313231420700244336572
Binary1010101110110101100110010000111000010100100011011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ACC; }

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

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

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

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

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

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

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

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