#AB43CD

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

Shades of Medium Orchid #AB43CD

Tints of Medium Orchid #AB43CD

Color information

#AB43CD (or 0xAB43CD) is unknown color: approx Medium Orchid. HEX triplet: AB, 43 and CD. RGB value is (171,67,205). Sum of RGB (Red+Green+Blue) = 171+67+205=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43CD is #54BC32. Grayscale: #717171. Windows color (decimal): -5553203 or 13452203. OLE color: 13452203.

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

Color convert

RGB17167205-
CMYK0.170.6700.20
HSL285.22º57.98%53.33%-
HSV(B)285.22º67.32%80.39%-
XYZ29.8217.0859.48-
YUV113.83179.46168.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=38.60%
G=15.12%
B=46.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171672050.170.6700.20285.2257.9853.33
HexAB43CD114301411d3a35
Octal253103315211030244357265
Binary10101011100001111001101100011000011010100100011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB43CD; }

 p { color: rgb(171,67,205); }

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

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

 a { background-color: rgb(171,67,205); }

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

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

 span { border-color: rgb(171,67,205); }

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